mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #17578 from codeodor/fix-17217-test-bug
Fix bug found when running individual tests against #17217 after merging
This commit is contained in:
commit
7b7eea886a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class TopicWithUniqEvent < Topic
|
|||
end
|
||||
|
||||
class UniquenessValidationTest < ActiveRecord::TestCase
|
||||
fixtures :topics, 'warehouse-things', :developers
|
||||
fixtures :topics, 'warehouse-things'
|
||||
|
||||
repair_validations(Topic, Reply)
|
||||
|
||||
|
|
Loading…
Reference in a new issue