mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Address CI failure due to non-deterministic query result
https://travis-ci.org/rails/rails/jobs/375326992#L1160-L1166
This commit is contained in:
parent
be9a32b65f
commit
61f3ae7cc3
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ class FinderTest < ActiveRecord::TestCase
|
|||
end
|
||||
|
||||
def test_take
|
||||
assert_equal topics(:first), Topic.take
|
||||
assert_equal topics(:first), Topic.where("title = 'The First Topic'").take
|
||||
end
|
||||
|
||||
def test_take_failing
|
||||
|
|
Loading…
Reference in a new issue