Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Aug 3, 2024
1 parent 21c70b1 commit 413da10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/debug_adapter/test/debugger_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ defmodule ElixirLS.DebugAdapter.ServerTest do
500

assert_receive event(_, "output", %{
"category" => "important",
"category" => "console",
"output" => "Failed to obtain meta for pid" <> _
})
end)
Expand Down

0 comments on commit 413da10

Please sign in to comment.