Skip to content

Commit

Permalink
Added Test::NoWarnings to the new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 22, 2024
1 parent 6c40636 commit 5605959
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion t/config.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
use strict;
use warnings;

use Test::Most tests => 4;
use Test::Most tests => 5;
use Test::NoWarnings;
use File::Temp;
use File::Spec;

Expand Down
5 changes: 4 additions & 1 deletion t/utils.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/env perl

use strict;
use warnings;

use Test::Most tests => 10;
use Test::Most tests => 11;
use Test::NoWarnings;
use Error;
use CHI;

Expand Down

0 comments on commit 5605959

Please sign in to comment.