Skip to content

Commit 9cd405e

Browse files
Update Tests/AppStateTests/AppStateTests.swift
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c57281b commit 9cd405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AppStateTests/AppStateTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ final class AppStateTests: XCTestCase {
9393
try await super.setUp()
9494

9595
await MainActor.run {
96-
// Reset Application.shared to a new instance for each test to ensure isolation.
96+
// Reset all states to their initial values to ensure test isolation.
9797
Application.reset(\.username)
9898
Application.reset(\.customEnum)
9999
Application.reset(\.customStruct)

0 commit comments

Comments
 (0)