Remove test for current localisation as it was failing at prod due to different systems
This commit is contained in:
parent
0fc42daf5c
commit
1ba2c2a0dc
|
@ -79,10 +79,4 @@ public class FormatNumberUnitTest {
|
||||||
assertThat(currencyWithChosenLocalisation(value, new Locale("pl", "PL"))).isEqualTo("23 500 zł");
|
assertThat(currencyWithChosenLocalisation(value, new Locale("pl", "PL"))).isEqualTo("23 500 zł");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void givenCurrency_whenFormatNumber_currencyWithDefaultLocalisation_thenGetExpectedResult() {
|
|
||||||
double value = 23_500;
|
|
||||||
assertThat(currencyWithDefaultLocalisation(value)).isEqualTo("£23,500.00");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue