We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57281b commit 9cd405eCopy full SHA for 9cd405e
Tests/AppStateTests/AppStateTests.swift
@@ -93,7 +93,7 @@ final class AppStateTests: XCTestCase {
93
try await super.setUp()
94
95
await MainActor.run {
96
- // Reset Application.shared to a new instance for each test to ensure isolation.
+// Reset all states to their initial values to ensure test isolation.
97
Application.reset(\.username)
98
Application.reset(\.customEnum)
99
Application.reset(\.customStruct)
0 commit comments