From 1dcb2d8a02b2aff5e06321de419eea9f94387843 Mon Sep 17 00:00:00 2001 From: Fly Dev Date: Mon, 23 Jun 2025 14:26:32 +0000 Subject: [PATCH] remove remaining unused helper function --- test/integration/historical_packets_test.exs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/integration/historical_packets_test.exs b/test/integration/historical_packets_test.exs index fc1a211..934a798 100644 --- a/test/integration/historical_packets_test.exs +++ b/test/integration/historical_packets_test.exs @@ -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)