Skip to content

Commit

Permalink
Fix test compiling
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Dundas <[email protected]>
  • Loading branch information
iandundas committed Aug 12, 2021
1 parent 0a2ff94 commit 4ad3a0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ClockDeviationManagerTests: XCTestCase {

sut = ClockDeviationManager(
remoteConfigManager: remoteConfigManagerSpy,
currentSystemUptime: { 1 * hour },
currentSystemUptime: { 1 * 3600 },
now: { now }
)
}
Expand Down

0 comments on commit 4ad3a0d

Please sign in to comment.