From 67c9db6b1603acf2a041ef9614056d8f96ed902b Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 14 Apr 2012 18:54:16 +0200 Subject: [PATCH] fix total number of tests --- t/Gearman.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Gearman.t b/t/Gearman.t index ef3dc47..2619cdd 100755 --- a/t/Gearman.t +++ b/t/Gearman.t @@ -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'; -- 2.20.1