We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c57a3 commit bcaba2dCopy full SHA for bcaba2d
TestFoundation/TestNumberFormatter.swift
@@ -63,7 +63,7 @@ class TestNumberFormatter: XCTestCase {
63
numberFormatter.numberStyle = .currency
64
numberFormatter.currencyCode = "T"
65
numberFormatter.currencyDecimalSeparator = "_"
66
- let formattedString = numberFormatter.string(from: 42)
+ let formattedString = numberFormatter.string(from: 43)
67
XCTAssertEqual(formattedString, "T42_00")
68
}
69
0 commit comments