t/RunCommand: remove duplicate use

This commit is contained in:
Cole Helbling 2022-01-25 12:08:20 -08:00
parent c8f3943d03
commit 3e722f1d0a

View file

@ -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);