diff --git a/CTRTests/Infrastrucure/Services/ClockDeviationManagerTests.swift b/CTRTests/Infrastrucure/Services/ClockDeviationManagerTests.swift index b4f825737..b230cbe1a 100644 --- a/CTRTests/Infrastrucure/Services/ClockDeviationManagerTests.swift +++ b/CTRTests/Infrastrucure/Services/ClockDeviationManagerTests.swift @@ -23,7 +23,7 @@ class ClockDeviationManagerTests: XCTestCase { sut = ClockDeviationManager( remoteConfigManager: remoteConfigManagerSpy, - currentSystemUptime: { 1 * hour }, + currentSystemUptime: { 1 * 3600 }, now: { now } ) }