Skip to content

Commit 314e6dc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/coerced_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2495,7 +2495,7 @@ 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
25012501

0 commit comments

Comments
 (0)