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