remove remaining unused helper function
This commit is contained in:
parent
43f40d058d
commit
1dcb2d8a02
1 changed files with 0 additions and 4 deletions
|
|
@ -3,10 +3,6 @@ defmodule Aprs.Integration.HistoricalPacketsTest do
|
||||||
|
|
||||||
import Phoenix.LiveViewTest
|
import Phoenix.LiveViewTest
|
||||||
|
|
||||||
defp expect_packets_for_replay_with_bounds(packets) do
|
|
||||||
Mox.expect(PacketsMock, :get_packets_for_replay, fn _opts -> packets end)
|
|
||||||
end
|
|
||||||
|
|
||||||
setup do
|
setup do
|
||||||
Mox.set_mox_global()
|
Mox.set_mox_global()
|
||||||
Application.put_env(:aprs, :packets_module, PacketsMock)
|
Application.put_env(:aprs, :packets_module, PacketsMock)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue