forked from lix-project/hydra
t/Helper: switch to using test_context()
This commit is contained in:
parent
8eab7b8543
commit
8bf3cdbc67
|
@ -3,7 +3,7 @@ use warnings;
|
|||
use Setup;
|
||||
use File::Temp;
|
||||
|
||||
my %ctx = test_init();
|
||||
my $ctx = test_context();
|
||||
|
||||
require Hydra::Helper::Nix;
|
||||
|
||||
|
|
Loading…
Reference in a new issue