Skip to content

Commit 3830567

Browse files
committed
Update coerced_tests.rb
1 parent 314e6dc commit 3830567

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/cases/coerced_tests.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,10 +2495,9 @@ def test_insert_with_type_casting_and_serialize_is_consistent_coerced
24952495

24962496
original_test_insert_with_type_casting_and_serialize_is_consistent
24972497
ensure
2498-
Book.where(author_id: nil, name: ["Array"]).delete_all
2498+
Book.where(author_id: nil, name: '["Array"]').delete_all
24992499
Book.lease_connection.add_index(:books, [:author_id, :name], unique: true)
25002500
end
2501-
25022501
end
25032502

25042503
module ActiveRecord

0 commit comments

Comments
 (0)