Skip to content

Commit

Permalink
Fix missing Data::Dumper loading in jobs.t
Browse files Browse the repository at this point in the history
  • Loading branch information
melmothx committed Oct 21, 2024
1 parent e00d57e commit 5eb513e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/jobs.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use Test::More tests => 33;
BEGIN { $ENV{DBIX_CONFIG_DIR} = "t" };
use File::Spec::Functions qw/catdir catfile/;
use lib catdir(qw/t lib/);
use Data::Dumper::Concise;
use AmuseWiki::Tests qw/create_site/;
use AmuseWikiFarm::Schema;
use AmuseWikiFarm::Utils::Jobber;
Expand Down

0 comments on commit 5eb513e

Please sign in to comment.