Converted all test cases where the tests are queued in an array to calculate the...
[dbsrgits/SQL-Abstract.git] / t / 07subqueries.t
index c53d5c7..85f973e 100644 (file)
@@ -5,7 +5,6 @@ use warnings;
 use Test::More;\r
 \r
 use SQL::Abstract::Test import => ['is_same_sql_bind'];\r
-plan tests => 5;\r
 \r
 use SQL::Abstract;\r
 \r
@@ -79,6 +78,7 @@ push @tests, {
 };\r
 \r
 \r
+plan tests => scalar(@tests);\r
 \r
 for (@tests) {\r
 \r