Skip to content

Commit

Permalink
fix test t/script/queue.t
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed May 4, 2016
1 parent bed83eb commit 4e8982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/script/queue.t
Expand Up @@ -13,6 +13,6 @@ my $queue = MetaCPAN::Script::Queue->new_with_options($config);
$queue->run;

is( $queue->stats->{inactive_jobs},
52, '52 files added to queue for indexing' );
54, '54 files added to queue for indexing' );

done_testing();

0 comments on commit 4e8982f

Please sign in to comment.