fix typo
[dbsrgits/SQL-Translator-2.0-ish.git] / t / 61translator_agnostic.t
index d9bebcf..501ce9b 100644 (file)
@@ -26,7 +26,7 @@ my $new_t = SQL::Translator->new;
 $new_t->$_(1) for qw/add_drop_table no_comments/;
 
 my $sql = $new_t->translate(
-  producer => 'SQLite'
+  producer => 'SQLite',
   data => $base_schema,
 );