From 74c7ad3f4c80be83c8994ef941eaf6c893605d1c Mon Sep 17 00:00:00 2001 From: Mustafa Ozhan Date: Sat, 14 Sep 2024 15:00:13 +0200 Subject: [PATCH] [Oztechan/CCC#3919] Add test for order of calls after currency change and the conversion calculation --- .../ccc/client/viewmodel/calculator/CalculatorViewModelTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/client/viewmodel/calculator/src/commonTest/kotlin/com/oztechan/ccc/client/viewmodel/calculator/CalculatorViewModelTest.kt b/client/viewmodel/calculator/src/commonTest/kotlin/com/oztechan/ccc/client/viewmodel/calculator/CalculatorViewModelTest.kt index 87dba607d..cad7a1379 100644 --- a/client/viewmodel/calculator/src/commonTest/kotlin/com/oztechan/ccc/client/viewmodel/calculator/CalculatorViewModelTest.kt +++ b/client/viewmodel/calculator/src/commonTest/kotlin/com/oztechan/ccc/client/viewmodel/calculator/CalculatorViewModelTest.kt @@ -300,6 +300,7 @@ internal class CalculatorViewModelTest { } } + @Suppress("StringLiteralDuplication") @Test fun `when base changed the values in the list should be recalculated according to the new base and prettied`() = runTest {