Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
egiurleo committed Jan 2, 2025
1 parent 630e13a commit 4885840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spoom/deadcode/index_definitions_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def foo(

assert_equal(<<~ERRORS, exception.message)
Error while parsing foo.rb:
- unexpected end-of-input; expected a `)` to close the parameters (at 2:0)
- unexpected end-of-input, assuming it is closing the parent top level context (at 2:0)
- unexpected end-of-input; expected a `)` to close the parameters (at 1:8)
- unexpected end-of-input, assuming it is closing the parent top level context (at 1:8)
- expected an `end` to close the `def` statement (at 1:8)
ERRORS
end
Expand Down

0 comments on commit 4885840

Please sign in to comment.