Skip to content

Commit 5dc8600

Browse files
committed
Fix missing test merge
1 parent 8fa15e6 commit 5dc8600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javax-money/src/test/java/tools/jackson/datatype/javax/money/MonetaryAmountDeserializerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public void shouldFailToDeserializeWithAdditionalProperties(
238238

239239
assertThat(exception.getMessage()).startsWith(
240240
"Unrecognized property \"version\" (class javax.money.MonetaryAmount), " +
241-
"not marked as ignorable (3 known properties: \"amount\", \"currency\", \"formatted\"])");
241+
"not marked as ignorable (3 known properties: \"amount\", \"currency\", \"formatted\"");
242242
}
243243

244244
@ParameterizedTest

0 commit comments

Comments
 (0)