Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Mar 25, 2024
1 parent b0635b9 commit 91fefb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server_test.rb
Expand Up @@ -333,7 +333,7 @@ def test_handles_invalid_configuration
notification = @server.pop_response
assert_equal("window/showMessage", notification.method)
assert_match(
/Syntax error while loading configuration/,
/Psych::SyntaxError while loading indexing configuration/,
T.cast(notification.params, RubyLsp::Interface::ShowMessageParams).message,
"Psych::SyntaxError while loading indexing configuration:",
)
Expand Down

0 comments on commit 91fefb7

Please sign in to comment.