forked from lix-project/hydra
t/RunCommand: remove duplicate use
This commit is contained in:
parent
c8f3943d03
commit
3e722f1d0a
|
@ -10,13 +10,11 @@ my %ctx = test_init(
|
|||
</runcommand>
|
||||
|);
|
||||
|
||||
use Test2::V0;
|
||||
use Hydra::Plugin::RunCommand;
|
||||
|
||||
require Hydra::Schema;
|
||||
require Hydra::Model::DB;
|
||||
|
||||
use Test2::V0;
|
||||
use Hydra::Plugin::RunCommand;
|
||||
|
||||
my $db = Hydra::Model::DB->new;
|
||||
hydra_setup($db);
|
||||
|
|
Loading…
Reference in a new issue