This commit is contained in:
Michael Freno
2026-01-29 13:15:52 -05:00
parent dbe6923f99
commit 6e3730849b
7 changed files with 352 additions and 445 deletions

View File

@@ -265,8 +265,8 @@ final class TimerEngineTests: XCTestCase {
systemSleepManager.handleSystemWillSleep()
// States should still exist
XCTAssertEqual(timerEngine.timerStates.count, statesBefore)
// States should be cleared
XCTAssertEqual(timerEngine.timerStates.count, 0)
}
func testSystemSleepManagerHandlesWake() {