remove remaining unused helper function

This commit is contained in:
Fly Dev 2025-06-23 14:26:32 +00:00
parent 43f40d058d
commit 1dcb2d8a02

View file

@ -3,10 +3,6 @@ defmodule Aprs.Integration.HistoricalPacketsTest do
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
Mox.set_mox_global()
Application.put_env(:aprs, :packets_module, PacketsMock)