Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 13, 2024
1 parent d309649 commit a510269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/NaiveDateFormatterTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class NaiveDateFormatterTest: XCTestCase {
$0.timeStyle = .short
}

XCTAssertEqual(formatter.string(from: NaiveTime("16:10")!), "4:10 PM")
XCTAssertEqual(formatter.string(from: NaiveTime("16:10:15")!), "4:10 PM")
XCTAssertEqual(formatter.string(from: NaiveTime("16:10")!), "4:10PM")
XCTAssertEqual(formatter.string(from: NaiveTime("16:10:15")!), "4:10PM")
}

func testNaiveTimeFormatter_enGB() {
Expand Down

0 comments on commit a510269

Please sign in to comment.