Fixed 'useless use of constant in void context' warning.
[dbsrgits/SQL-Translator.git] / t / 08postgres-to-mysql.t
index d7f6d2c..19a668b 100644 (file)
@@ -2,7 +2,7 @@
 # vim: set ft=perl:
 
 use strict;
-use Test::More 'no_plan'; # tests => 1;
+use Test::More tests => 1;
 use SQL::Translator;
 use Data::Dumper;