Skip to content

Commit

Permalink
remove not needed assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoAntequera committed Aug 21, 2023
1 parent 78f0d0d commit f1fd5a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/types/ordered_set_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ class OrderedSetTest < ActiveSupport::TestCase
end

test "include?" do
assert_not @set.include? 4

@set.append(%w[ 1 2 3 4 5 ])

assert @set.include?(1)
Expand Down

0 comments on commit f1fd5a5

Please sign in to comment.