Skip to content

Commit

Permalink
added two tables, so up the number expected
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanez committed Jun 28, 2011
1 parent 0510f67 commit 9b0e2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/02mysql-parser.t
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ use SQL::Translator::Constants qw(:sqlt_types :sqlt_constants);
my $schema = $tr->schema;
is( $schema->is_valid, 1, 'Schema is valid' );
my @tables = $schema->get_tables;
is( scalar @tables, 2, 'Right number of tables (2)' );
is( scalar @tables, 4, 'Right number of tables (4)' );

my $t1 = shift @tables;
is( $t1->name, 'orders', 'Found "orders" table' );
Expand Down

0 comments on commit 9b0e2cd

Please sign in to comment.