Skip to content

Commit

Permalink
Merge pull request #48040 from fatkodima/fix-deprecation-referential_…
Browse files Browse the repository at this point in the history
…integrity_test

Fix a deprecation in `referential_integrity_test.rb` file
  • Loading branch information
yahonda committed Apr 24, 2023
2 parents 77fa558 + b81e98c commit 744b671
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ def test_all_foreign_keys_valid_having_foreign_keys_in_multiple_schemas
SQL

assert_equal 1, result.first["count"], "referential_integrity_test_schema should have 1 foreign key"
assert @connection.all_foreign_keys_valid?
@connection.check_all_foreign_keys_valid!
ensure
@connection.drop_schema "referential_integrity_test_schema", if_exists: true
end
Expand Down

0 comments on commit 744b671

Please sign in to comment.