From df12e6e92c20e9fe06edf1a3a2c172a519665ccb Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 14 Apr 2014 13:21:10 +0200 Subject: [PATCH] fix number of tests --- t/06-SmartX.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/06-SmartX.t b/t/06-SmartX.t index 798399c..40626ae 100755 --- a/t/06-SmartX.t +++ b/t/06-SmartX.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -use Test::More tests => 2; +use Test::More tests => 3; use Data::Dump qw(dump); use lib 'lib'; -- 2.20.1