Skip to content

Commit 6d6e7cb

Browse files
author
Aidan Haran
committed
Fix test
1 parent d4c4837 commit 6d6e7cb

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
@@ -1521,7 +1521,7 @@ def test_statement_cache_values_differ_coerced
15211521

15221522
original_test_statement_cache_values_differ
15231523
ensure
1524-
Book.where(author_id: nil, name: nil).delete_all
1524+
Book.where(author_id: nil, name: 'my book').delete_all
15251525
Book.connection.add_index(:books, [:author_id, :name], unique: true)
15261526
end
15271527
end

0 commit comments

Comments
 (0)