From 8337fd9b18774189b7766cd92b8c710f1b60c6a8 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sun, 6 Dec 2020 17:15:54 -0600 Subject: [PATCH] Update ClockerUnitTests.swift --- Clocker/ClockerUnitTests/ClockerUnitTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clocker/ClockerUnitTests/ClockerUnitTests.swift b/Clocker/ClockerUnitTests/ClockerUnitTests.swift index 6152998..539812f 100644 --- a/Clocker/ClockerUnitTests/ClockerUnitTests.swift +++ b/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 } }