Converted all test cases where the tests are queued in an array to calculate the...
[dbsrgits/SQL-Abstract.git] / t / 03values.t
index 4e9056a..a75c216 100644 (file)
@@ -5,7 +5,6 @@ use warnings;
 use Test::More;
 
 use SQL::Abstract::Test import => ['is_same_sql_bind'];
-plan tests => 5;
 
 use SQL::Abstract;
 
@@ -58,6 +57,9 @@ my @data = (
     },
 );
 
+
+plan tests => scalar(@data);
+
 # Note to self: I have no idea what this does anymore
 # It looks like a cool fucking segment of code though!
 # I just wish I remembered writing it... :-\