Skip to content

Commit

Permalink
fix on exit assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Oct 25, 2023
1 parent 334c7f7 commit f05e91c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/tesla/adapter/gun_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ defmodule Tesla.Adapter.GunTest do

import ExUnit.CaptureLog

setup do
on_exit(fn -> assert Supervisor.which_children(:gun_sup) == [] end)
end

test "fallback adapter timeout option" do
request = %Env{
method: :get,
Expand Down

0 comments on commit f05e91c

Please sign in to comment.