From b81657586244299fc9fe78e4f27ca1c8bca07060 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 22 Mar 2026 20:44:31 -0500 Subject: delete extraneous test files --- Hutch/HutchTests/AppStateTests.swift | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Hutch/HutchTests/AppStateTests.swift (limited to 'Hutch/HutchTests') diff --git a/Hutch/HutchTests/AppStateTests.swift b/Hutch/HutchTests/AppStateTests.swift deleted file mode 100644 index ca34df2..0000000 --- a/Hutch/HutchTests/AppStateTests.swift +++ /dev/null @@ -1,25 +0,0 @@ -import Testing -@testable import Hutch - -struct AppStateTests { - - @Test - @MainActor - func presentRepositoryDeepLinkErrorSetsUserFacingMessage() { - let appState = AppState() - - appState.presentRepositoryDeepLinkError() - - #expect(appState.deepLinkError == "The repository could not be found or is inaccessible.") - } - - @Test - @MainActor - func presentTicketDeepLinkErrorSetsUserFacingMessage() { - let appState = AppState() - - appState.presentTicketDeepLinkError() - - #expect(appState.deepLinkError == "The ticket could not be found or is inaccessible.") - } -} -- cgit v1.2.3