Skip to content

Commit

Permalink
Fix spurious output in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Aug 18, 2020
1 parent 58ac4a7 commit f1b782b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/elixir_ls_debugger/test/debugger_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ defmodule ElixirLS.Debugger.ServerTest do
test "Evaluate expression with attempt to exit debugger process", %{server: server} do
Server.receive_packet(
server,
gen_packet("Process.exit(self)")
gen_packet("Process.exit(self(), :normal)")
)

assert_receive(%{"body" => %{"result" => result}}, 1000)
Expand Down

0 comments on commit f1b782b

Please sign in to comment.