Skip to content

Commit f277531

Browse files
committed
Misc cleanup
1 parent 4627d86 commit f277531

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

t/queue.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use strict;
22
use warnings;
33
use lib 't/lib';
44

5-
use MetaCPAN::Queue;
5+
use MetaCPAN::Queue ();
66
use Test::More;
77
use Test::RequiresInternet ( 'cpan.metacpan.org' => 443 );
88

t/testrules.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
seq:
33
- seq: t/0*.t
44

5-
# If t/server/controller/user/favorite.t this runs too late then the
6-
# looks_human test will fail. We should probably reset the user data, but
7-
# this is a quicker fix for now.
5+
# If t/server/controller/user/favorite.t runs too late then the looks_human
6+
# test will fail. We should probably reset the user data, but this is a
7+
# quicker fix for now.
88

99
- seq: t/server/controller/user/favorite.t
1010
- par:

0 commit comments

Comments
 (0)