t/Helper: switch to using test_context()

This commit is contained in:
Cole Helbling 2022-01-28 10:25:59 -08:00
parent 8eab7b8543
commit 8bf3cdbc67

View file

@ -3,7 +3,7 @@ use warnings;
use Setup;
use File::Temp;
my %ctx = test_init();
my $ctx = test_context();
require Hydra::Helper::Nix;