Skip to content

Commit 0f02058

Browse files
committed
Update schema_dumper_test_sqlserver.rb
1 parent 537afdb commit 0f02058

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
@@ -173,7 +173,7 @@ class SchemaDumperTestSQLServer < ActiveRecord::TestCase
173173
# Only non-default schemas should be included in table names. Default schema is 'dbo'.
174174
assert_includes generated_schema, 'create_table "accounts"'
175175
assert_includes generated_schema, 'create_table "test.aliens"'
176-
assert_includes generated_schema, 'create_table "test2.sst_schema_test_multiple_schema"'
176+
assert_includes generated_schema, 'create_table "test2.sst_schema_test_mulitple_schema"'
177177
end
178178

179179
private

0 commit comments

Comments
 (0)