forked from lix-project/hydra
StepFinished.t: fixup use
This commit is contained in:
parent
7107ce2bc7
commit
f648e91487
|
@ -7,7 +7,7 @@ my %ctx = test_init();
|
||||||
require Hydra::Schema;
|
require Hydra::Schema;
|
||||||
require Hydra::Model::DB;
|
require Hydra::Model::DB;
|
||||||
use Hydra::Event;
|
use Hydra::Event;
|
||||||
use Hydra::Event::BuildStarted;
|
use Hydra::Event::StepFinished;
|
||||||
|
|
||||||
use Test2::V0;
|
use Test2::V0;
|
||||||
use Test2::Tools::Exception;
|
use Test2::Tools::Exception;
|
||||||
|
|
Loading…
Reference in a new issue