Skip to content

Commit

Permalink
Auto-calculate number of tests in t/03...
Browse files Browse the repository at this point in the history
It has been so long since I started using done_testing() that I forgot
this kind of thing could happen...
  • Loading branch information
mlawren committed Apr 11, 2016
1 parent 55afd75 commit e9be5e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/03-XML-API.t
@@ -1,6 +1,6 @@
use strict;
use warnings;
use Test::More tests => 34;
use Test::More;
use Test::Exception;
use Test::Memory::Cycle;
use File::Slurp;
Expand Down Expand Up @@ -349,3 +349,4 @@ is(
memory_cycle_ok( $noelements, 'memory cycle' );
memory_cycle_ok( $ns, 'memory cycle' );

done_testing();

0 comments on commit e9be5e6

Please sign in to comment.