Skip to content

Commit

Permalink
Update coerced_tests.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Sep 27, 2024
1 parent bcd620f commit 314e6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/coerced_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,7 @@ def test_insert_with_type_casting_and_serialize_is_consistent_coerced

original_test_insert_with_type_casting_and_serialize_is_consistent
ensure
Book.where(author_id: nil, name: 'Array').delete_all
Book.where(author_id: nil, name: ["Array"]).delete_all
Book.lease_connection.add_index(:books, [:author_id, :name], unique: true)
end

Expand Down

0 comments on commit 314e6dc

Please sign in to comment.