From 43f40d058de51ff2e0f2bf135af69b2241af973b Mon Sep 17 00:00:00 2001 From: Fly Dev Date: Mon, 23 Jun 2025 14:26:08 +0000 Subject: [PATCH] remove unused helper functions --- test/integration/historical_packets_test.exs | 5 ----- 1 file changed, 5 deletions(-) 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