Skip to content

Commit 8bdbe68

Browse files
committed
Fix rename of test_sqlserver_schema_dump_should_honor_nonstandard_primary_keys test.
1 parent d971bc7 commit 8bdbe68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/schema_dumper_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_schema_dump_includes_limit_constraint_for_integer_columns
1515
assert_no_match %r{c_int_4.*:limit}, output
1616
end
1717

18-
def test_mysql_schema_dump_should_honor_nonstandard_primary_keys
18+
def test_sqlserver_schema_dump_should_honor_nonstandard_primary_keys
1919
output = standard_dump
2020
match = output.match(%r{create_table "movies"(.*)do})
2121
assert_not_nil(match, "nonstandardpk table not found")

0 commit comments

Comments
 (0)