Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switch to done-testing() for now
  • Loading branch information
cjfields committed Dec 19, 2015
1 parent 473574f commit 9f8b603
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/Tools/IUPAC.t
Expand Up @@ -3,7 +3,7 @@ use v6;
use lib './lib';

use Test;
plan 10;

eval-lives-ok 'use Bio::Tools::IUPAC', 'Can use Bio::Tools::IUPAC';
eval-lives-ok 'use Bio::PrimarySeq', 'Can use Bio::PrimarySeq';

Expand Down Expand Up @@ -103,3 +103,5 @@ while (my $uniqueseq = $stream.next_seq()) {
}
}
ok $b;

done-testing();

0 comments on commit 9f8b603

Please sign in to comment.