Skip to content

Commit

Permalink
Merge pull request #325 from rubocop/fix-broken-test
Browse files Browse the repository at this point in the history
Fix broken test in master
  • Loading branch information
koic authored Nov 13, 2024
2 parents 6f4bc78 + 0588833 commit cd4cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubocop/cop/minitest/multiple_assertions_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_all_types_of_assignments_are_understood
assert_offense(<<~RUBY)
class FooTest < Minitest::Test
def test_all_types_of_assignment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Test case has too many assertions [8/1].
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Test case has too many assertions [9/1].
# lvasgn
foo = assert_equal(1, 1)
# ivasgn
Expand Down

0 comments on commit cd4cc5b

Please sign in to comment.