Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kirs committed Mar 19, 2024
1 parent ff1c954 commit 55ad14c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/fetch_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def test_should_use_cache_not_called_on_preloaded_has_many

from_db = Item.includes(:associated_records).find(bob.id)

# item = Item.fetch(bob.id)
IdentityCache.expects(:should_use_cache?).never
records = from_db.fetch_associated_records
assert_equal(2, records.size)
Expand Down

0 comments on commit 55ad14c

Please sign in to comment.