diff --git a/test/integration/historical_packets_test.exs b/test/integration/historical_packets_test.exs index 402ea7e..fc1a211 100644 --- a/test/integration/historical_packets_test.exs +++ b/test/integration/historical_packets_test.exs @@ -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