While having the unit test case writing for French and Czech localization, on doing
assertThat(formattedDecimal).isEqualTo("8 771,23");
where formattedDecimal
is a string ,
had a result
org.junit.ComparisonFailure:
Expected :"8 771,23"
Actual :"8 771,23"
why it failed? did not understand, please guide what i am doing wrong here!!