Skip to content

Commit

Permalink
add strict and adjust number of tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmueller committed Jan 31, 2025
1 parent 278dbfd commit b72040f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion t/selenium2/breeders/accessions.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

use strict;

use lib 't/lib';

use Test::More 'tests' => 48;
use Test::More 'tests' => 46;

use SGN::Test::WWW::WebDriver;
use Selenium::Remote::WDKeys 'KEYS';
Expand Down

0 comments on commit b72040f

Please sign in to comment.