fix total number of tests
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 14 Apr 2012 16:54:16 +0000 (18:54 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 14 Apr 2012 16:54:30 +0000 (18:54 +0200)
t/Gearman.t

index ef3dc47..2619cdd 100755 (executable)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 24;
+use Test::More tests => 35;
 use Data::Dump qw(dump);
 
 use lib 'lib';