Skip to content

Commit

Permalink
fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asakura committed Nov 2, 2023
1 parent 96dded4 commit cd9ad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mixpanel/supervisor_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule MixpanelTest.SupervisorTest do

test "start_link/1 with no clients configured" do
assert {:ok, pid} = Mixpanel.Supervisor.start_link([])
Process.exit(pid, :shutdown)
Supervisor.stop(pid)
assert Process.alive?(pid) == false
end
end

0 comments on commit cd9ad8d

Please sign in to comment.