remove unused helper functions

This commit is contained in:
Fly Dev 2025-06-23 14:26:08 +00:00
parent 9fb25147b5
commit 43f40d058d

View file

@ -3,11 +3,6 @@ defmodule Aprs.Integration.HistoricalPacketsTest do
import Phoenix.LiveViewTest
# Helper functions for mocking
defp expect_packets_for_replay(packets) do
Mox.expect(PacketsMock, :get_packets_for_replay, fn _opts -> packets end)
end
defp expect_packets_for_replay_with_bounds(packets) do
Mox.expect(PacketsMock, :get_packets_for_replay, fn _opts -> packets end)
end