From 8e06db006bfef7eb2353f8bef8b3975b2e1ad380 Mon Sep 17 00:00:00 2001 From: Brandon Ruschill Date: Mon, 16 Mar 2026 12:00:00 -0500 Subject: [PATCH] feat/persist-node-list-filters - move test to correct directory --- Meshtastic.xcodeproj/project.pbxproj | 2 +- .../Helpers => MeshtasticTests}/NodeFilterParametersTests.swift | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {Meshtastic/Views/Nodes/Helpers => MeshtasticTests}/NodeFilterParametersTests.swift (100%) diff --git a/Meshtastic.xcodeproj/project.pbxproj b/Meshtastic.xcodeproj/project.pbxproj index 487e6cae..8d829786 100644 --- a/Meshtastic.xcodeproj/project.pbxproj +++ b/Meshtastic.xcodeproj/project.pbxproj @@ -903,6 +903,7 @@ isa = PBXGroup; children = ( 25F5D5D02C4375DF008036E3 /* RouterTests.swift */, + 05DCA1AE2F646B3B00D0724C /* NodeFilterParametersTests.swift */, ); path = MeshtasticTests; sourceTree = ""; @@ -1402,7 +1403,6 @@ 231A53772E69ADB900216B99 /* NodeFilterParameters.swift */, 251926882C3BAF2E00249DF5 /* Actions */, BCDDFA992DBB180D0065189C /* ScrollToBottomButton.swift */, - 05DCA1AE2F646B3B00D0724C /* NodeFilterParametersTests.swift */, ); path = Helpers; sourceTree = ""; diff --git a/Meshtastic/Views/Nodes/Helpers/NodeFilterParametersTests.swift b/MeshtasticTests/NodeFilterParametersTests.swift similarity index 100% rename from Meshtastic/Views/Nodes/Helpers/NodeFilterParametersTests.swift rename to MeshtasticTests/NodeFilterParametersTests.swift