Skip to content

Commit a510269

Browse files
committed
Update tests
1 parent d309649 commit a510269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/NaiveDateFormatterTest.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ class NaiveDateFormatterTest: XCTestCase {
99
$0.timeStyle = .short
1010
}
1111

12-
XCTAssertEqual(formatter.string(from: NaiveTime("16:10")!), "4:10 PM")
13-
XCTAssertEqual(formatter.string(from: NaiveTime("16:10:15")!), "4:10 PM")
12+
XCTAssertEqual(formatter.string(from: NaiveTime("16:10")!), "4:10PM")
13+
XCTAssertEqual(formatter.string(from: NaiveTime("16:10:15")!), "4:10PM")
1414
}
1515

1616
func testNaiveTimeFormatter_enGB() {

0 commit comments

Comments
 (0)