Skip to content

Commit

Permalink
Remove duplicated fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Aug 4, 2023
1 parent 36597e2 commit b9521b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/associations_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ def test_included_module_overwrites_association_methods
end

class WithAnnotationsTest < ActiveRecord::TestCase
fixtures :pirates, :parrots, :parrots_pirates, :pirates, :treasures
fixtures :pirates, :parrots, :parrots_pirates, :treasures

def test_belongs_to_with_annotation_includes_a_query_comment
pirate = SpacePirate.where.not(parrot_id: nil).first
Expand Down

0 comments on commit b9521b5

Please sign in to comment.