Skip to content

Commit 0d15cbf

Browse files
committed
Update commit
1 parent 3998af0 commit 0d15cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ResourceApp/ResourceAppTests/StringsTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class StringsTests: XCTestCase {
3131
func testCorrectValues() {
3232

3333
// Question: Why is this different between iOS 12 and 13?
34+
// "precision1" = "one - %012.2f";
3435
if #available(iOS 13, *) {
3536
XCTAssertEqual(R.string.generic.precision1(12345.678), "one - 12,345.68")
3637
} else {

0 commit comments

Comments
 (0)