We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc97dd9 commit a4f4784Copy full SHA for a4f4784
test/cases/schema_dumper_test_sqlserver.rb
@@ -172,7 +172,7 @@ class SchemaDumperTestSQLServer < ActiveRecord::TestCase
172
# Only non-default schemas should be included in table names. Default schema is 'dbo'.
173
assert_includes generated_schema, 'create_table "accounts"'
174
assert_includes generated_schema, 'create_table "test.aliens"'
175
- assert_includes generated_schema, 'create_table "test2.sst_schema_test_mulitple_schema"'
+ assert_includes generated_schema, 'create_table "test2.sst_schema_test_multiple_schema"'
176
end
177
178
private
0 commit comments