Browse Source

Update ClockerUnitTests.swift

pull/92/head
Abhishek 4 years ago
parent
commit
8337fd9b18
  1. 2
      Clocker/ClockerUnitTests/ClockerUnitTests.swift

2
Clocker/ClockerUnitTests/ClockerUnitTests.swift

@ -86,7 +86,7 @@ class ClockerUnitTests: XCTestCase {
$0.setShouldOverrideGlobalTimeFormat(1)
let newTime = operationsObject.time(with: 0)
XCTAssert(newTime.count == 7) // 5 includes colon
XCTAssert(newTime.count >= 7) // 5 includes colon
}
}

Loading…
Cancel
Save