Skip to content

Commit bcaba2d

Browse files
committed
Temporarily add a test failure for testing errors show up in the logs
1 parent b0c57a3 commit bcaba2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestNumberFormatter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class TestNumberFormatter: XCTestCase {
6363
numberFormatter.numberStyle = .currency
6464
numberFormatter.currencyCode = "T"
6565
numberFormatter.currencyDecimalSeparator = "_"
66-
let formattedString = numberFormatter.string(from: 42)
66+
let formattedString = numberFormatter.string(from: 43)
6767
XCTAssertEqual(formattedString, "T42_00")
6868
}
6969

0 commit comments

Comments
 (0)