Skip to content

Commit 6bf473d

Browse files
committed
Fix parseableValue consistency in DecimalFormatterTest
1 parent 0b9b24f commit 6bf473d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

decimal-formatter-core/src/commonTest/kotlin/dev/robercoding/decimal/formatter/core/DecimalFormatterTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,8 @@ class DecimalFormatterTest {
694694

695695
@Test
696696
fun `parseableValue consistency with prefix suffix across all scenarios`() {
697-
val testInput = "123456"
698-
val expectedParseableValue = "1234.56"
697+
val testInput = "12345"
698+
val expectedParseableValue = "123.45"
699699

700700
val testConfigs = listOf(
701701
DecimalFormatterConfiguration.us(),

0 commit comments

Comments
 (0)