Skip to content

Commit 70b87af

Browse files
committed
test: fix test that has version number in it
1 parent bc08544 commit 70b87af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gen_lsp_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ defmodule GenLSPTest do
202202
"message" =>
203203
"""
204204
** (RuntimeError) boom
205-
(gen_lsp 0.9.0) test/support/example_server.ex:35: GenLSPTest.ExampleServer.handle_request/2
205+
(gen_lsp 0.10.0) test/support/example_server.ex:35: GenLSPTest.ExampleServer.handle_request/2
206206
""" <> _
207207
})
208208
end)

0 commit comments

Comments
 (0)