Skip to content

Commit 00c6958

Browse files
committed
add failing tests
1 parent da511ac commit 00c6958

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

integration_test/cases/info_test.exs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
defmodule TestInfo do
2+
use ExUnit.Case, async: true
3+
4+
test "handle_info returns new state"
5+
end

integration_test/connection_pool/disconnect_all_test.exs

+2
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,6 @@ defmodule TestPoolDisconnectAll do
8080
handle_execute: [_, _, _, :final_state1]
8181
] = A.record(agent)
8282
end
83+
84+
test "disconnect on info"
8385
end

0 commit comments

Comments
 (0)