Skip to content

Commit

Permalink
fix variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
harunzengin committed Apr 19, 2024
1 parent 204a1ef commit 765d4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/errors_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ defmodule ErrorsTest do
{:DOWN, ^ref, _, _, _} -> :ok
end

{:ok, :waiting, [{random_pid, %Host{}}]}
{:ok, :waiting, [{dead_pid, %Host{}}]}
end

@impl true
Expand Down

0 comments on commit 765d4df

Please sign in to comment.