Skip to content

Commit

Permalink
Fix broken test in master.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvandersluis committed Nov 13, 2024
1 parent 6f4bc78 commit 0588833
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 0588833

Please sign in to comment.