From d4dcc2ec294013869b3ad4f93caf60981b7d9790 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Wed, 23 Oct 2024 14:11:09 -0400 Subject: [PATCH] fix: Update module name for ItineraryGroupTest to fix warning (#2200) --- test/dotcom/trip_plan/itinerary_group_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotcom/trip_plan/itinerary_group_test.exs b/test/dotcom/trip_plan/itinerary_group_test.exs index 34e362f3c9..0e9b2073b6 100644 --- a/test/dotcom/trip_plan/itinerary_group_test.exs +++ b/test/dotcom/trip_plan/itinerary_group_test.exs @@ -1,4 +1,4 @@ -defmodule Dotcom.TripPlan.ItineraryTest do +defmodule Dotcom.TripPlan.ItineraryGroupTest do @moduledoc false use ExUnit.Case, async: true