update test counts for removing use_ok
[p5sagit/Try-Tiny.git] / t / when.t
index 23a3ef7..54fd678 100644 (file)
--- a/t/when.t
+++ b/t/when.t
@@ -7,7 +7,7 @@ use Test::More;
 
 BEGIN {
   plan skip_all => "Perl 5.10 required" unless eval { require 5.010; 1 };
-  plan tests => 6;
+  plan tests => 5;
 }
 
 use Try::Tiny;