Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Decybel07 committed Apr 17, 2021
1 parent ac53eda commit caa4681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/DateExtensionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ final class DateExtensionTests: L10nBaseTest {

XCTAssertEqual("", self.date.l10n(self.l10nInstance, dateStyle: .none, timeStyle: .none))
XCTAssertEqual("07.12.1993, 08:25", self.date.l10n(self.l10nInstance, dateStyle: .short, timeStyle: .short))
}

func testDateWithFormat() {
self.l10nInstance.language = "pl_PL"
Expand Down

0 comments on commit caa4681

Please sign in to comment.