Skip to content

Commit 567aa4f

Browse files
committed
fix test
1 parent 53f66f4 commit 567aa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/debug_adapter/test/debugger_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3569,7 +3569,7 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
35693569
1,
35703570
"evaluate",
35713571
"evaluateError",
3572-
"** (MatchError) no match of right hand side value: 2" <> _,
3572+
"** (MatchError) no match of right hand side value:" <> _,
35733573
%{},
35743574
_,
35753575
_

0 commit comments

Comments
 (0)