Skip to content

Commit e3dc5ea

Browse files
committed
rename test from mysql to sqlserver
1 parent f4be968 commit e3dc5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/adapter_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_schema_dump_includes_limit_constraint_for_integer_columns
148148
assert_no_match %r{c_int_4.*:limit}, output
149149
end
150150

151-
def test_mysql_schema_dump_should_honor_nonstandard_primary_keys
151+
def test_sqlserver_schema_dump_should_honor_nonstandard_primary_keys
152152
output = standard_dump
153153
match = output.match(%r{create_table "movies"(.*)do})
154154
assert_not_nil(match, "nonstandardpk table not found")

0 commit comments

Comments
 (0)