Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
phil1995 committed Nov 22, 2023
1 parent c228955 commit 1d749f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CryptomatorTests/Purchase/StoreObserverTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class StoreObserverTests: XCTestCase {
XCTFail("Wrong purchaseTransaction: \(purchaseTransaction)")
return
}

// decrease the accuracy to 2 minutes to increase stability of the unit tests in the CI.
XCTAssertEqual(expectedDate.timeIntervalSinceReferenceDate, expiresOn.timeIntervalSinceReferenceDate, accuracy: 120.0)

Expand Down

0 comments on commit 1d749f7

Please sign in to comment.