Skip to content

Commit f05e91c

Browse files
committed
fix on exit assertion
1 parent 334c7f7 commit f05e91c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/tesla/adapter/gun_test.exs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ defmodule Tesla.Adapter.GunTest do
1616

1717
import ExUnit.CaptureLog
1818

19-
setup do
20-
on_exit(fn -> assert Supervisor.which_children(:gun_sup) == [] end)
21-
end
22-
2319
test "fallback adapter timeout option" do
2420
request = %Env{
2521
method: :get,

0 commit comments

Comments
 (0)