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 537afdb commit 0f02058Copy full SHA for 0f02058
test/cases/schema_dumper_test_sqlserver.rb
@@ -173,7 +173,7 @@ class SchemaDumperTestSQLServer < ActiveRecord::TestCase
173
# Only non-default schemas should be included in table names. Default schema is 'dbo'.
174
assert_includes generated_schema, 'create_table "accounts"'
175
assert_includes generated_schema, 'create_table "test.aliens"'
176
- assert_includes generated_schema, 'create_table "test2.sst_schema_test_multiple_schema"'
+ assert_includes generated_schema, 'create_table "test2.sst_schema_test_mulitple_schema"'
177
end
178
179
private
0 commit comments