Skip to content

Commit

Permalink
Update test expectations due to prism bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Jun 10, 2024
1 parent 48778e4 commit 21c4305
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 @@ -21,8 +21,8 @@ def foo(
puts exception.message
assert_equal(<<~ERRORS, exception.message)
Error while parsing foo.rb:
- unexpected end of file; expected a `)` to close the parameters (at 2:0)
- unexpected end of file, assuming it is closing the parent top level context (at 2:0)
- 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)
- expected an `end` to close the `def` statement (at 1:8)
ERRORS
end
Expand Down

0 comments on commit 21c4305

Please sign in to comment.