We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0077a16 commit d7c02deCopy full SHA for d7c02de
activerecord/test/cases/calculations_test.rb
@@ -848,7 +848,7 @@ def test_pluck_type_cast
848
assert_equal [ topic.last_read ], relation.pluck(:last_read)
849
assert_equal [ topic.written_on ], relation.pluck(:written_on)
850
assert_equal(
851
- [[Topic.minimum(:written_on), Topic.minimum(:replies_count)]],
+ [[topic.written_on, topic.replies_count]],
852
relation.pluck("min(written_on)", "min(replies_count)")
853
)
854
end
0 commit comments