Skip to content

Commit a397e02

Browse files
committed
Update coerced_tests.rb
1 parent 3c9ccd2 commit a397e02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,9 @@ def test_add_on_delete_restrict_foreign_key_coerced
11831183
end
11841184
end
11851185

1186+
# SQL Server does not support 'restrict' for 'on_update' or 'on_delete'.
1187+
coerce_tests! :test_remove_foreign_key_with_restrict_action
1188+
11861189
# Error message depends on the database adapter.
11871190
coerce_tests! :test_add_foreign_key_with_if_not_exists_not_set
11881191
def test_add_foreign_key_with_if_not_exists_not_set_coerced

0 commit comments

Comments
 (0)