Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 3548736

Browse files
1 parent b87f446 commit 3548736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/close_connection_command_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ defmodule CloseConnectionCommandTest do
6161
end)
6262
end
6363

64-
test "run: a close connection request on for a non existing connection returns error", context do
65-
assert match?({:error, {:not_a_connection_pid, _}},
64+
test "run: a close connection request on for a non existing connection returns successfully", context do
65+
assert match?(:ok,
6666
@command.run(["<#{node()}.2.121.12>", "test"], %{node: @helpers.parse_node(context[:node])}))
6767
end
6868

0 commit comments

Comments
 (0)