From 3a39a0c2a8cc349284099fe678a168166db1f23c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 7 Jul 2010 16:18:54 +0100 Subject: [PATCH] Plan 3 tests. --- t/ZOOM-IRSpy.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/ZOOM-IRSpy.t b/t/ZOOM-IRSpy.t index 0da4aa0..e6af4be 100644 --- a/t/ZOOM-IRSpy.t +++ b/t/ZOOM-IRSpy.t @@ -1,6 +1,6 @@ # change 'tests => 1' to 'tests => last_test_to_print'; -use Test::More qw(no_plan); +use Test::More tests => 3; BEGIN { use_ok('ZOOM::IRSpy'); -- 1.7.10.4