Skip to content

Commit a4f4784

Browse files
committed
Update schema_dumper_test_sqlserver.rb
1 parent bc97dd9 commit a4f4784

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

178178
private

0 commit comments

Comments
 (0)