From 488584072bf5c45abd5bb4c6339817513110d673 Mon Sep 17 00:00:00 2001 From: Emily Samp Date: Thu, 2 Jan 2025 16:24:02 -0600 Subject: [PATCH] Fix failing test --- test/spoom/deadcode/index_definitions_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/spoom/deadcode/index_definitions_test.rb b/test/spoom/deadcode/index_definitions_test.rb index 14e72dfe..4ef6e569 100644 --- a/test/spoom/deadcode/index_definitions_test.rb +++ b/test/spoom/deadcode/index_definitions_test.rb @@ -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