We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4627d86 commit f277531Copy full SHA for f277531
t/queue.t
@@ -2,7 +2,7 @@ use strict;
2
use warnings;
3
use lib 't/lib';
4
5
-use MetaCPAN::Queue;
+use MetaCPAN::Queue ();
6
use Test::More;
7
use Test::RequiresInternet ( 'cpan.metacpan.org' => 443 );
8
t/testrules.yml
@@ -2,9 +2,9 @@
seq:
- seq: t/0*.t
- # If t/server/controller/user/favorite.t this runs too late then the
- # looks_human test will fail. We should probably reset the user data, but
- # this is a quicker fix for now.
+ # If t/server/controller/user/favorite.t runs too late then the looks_human
+ # test will fail. We should probably reset the user data, but this is a
+ # quicker fix for now.
9
- seq: t/server/controller/user/favorite.t
10
- par:
0 commit comments