From e01ff954322047e2ee57070069ae1a6ac7320a75 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Thu, 3 Jul 2025 14:34:23 -0500 Subject: [PATCH] Create tests for app/Models/HistoricalSeat --- .../app/{Actions/Tabulation => Models}/HistoricalSeatTest.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/Feature/app/{Actions/Tabulation => Models}/HistoricalSeatTest.php (100%) diff --git a/tests/Feature/app/Actions/Tabulation/HistoricalSeatTest.php b/tests/Feature/app/Models/HistoricalSeatTest.php similarity index 100% rename from tests/Feature/app/Actions/Tabulation/HistoricalSeatTest.php rename to tests/Feature/app/Models/HistoricalSeatTest.php