Skip to content

Commit 413da10

Browse files
committed
fix test
1 parent 21c70b1 commit 413da10

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
@@ -1151,7 +1151,7 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
11511151
500
11521152

11531153
assert_receive event(_, "output", %{
1154-
"category" => "important",
1154+
"category" => "console",
11551155
"output" => "Failed to obtain meta for pid" <> _
11561156
})
11571157
end)

0 commit comments

Comments
 (0)