Skip to content

Commit

Permalink
implements review comment
Browse files Browse the repository at this point in the history
Co-authored-by: Marcono1234 <[email protected]>
  • Loading branch information
MaicolAntali and Marcono1234 authored Apr 2, 2023
1 parent 500535e commit e0788ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gson/src/test/java/com/google/gson/JsonPrimitiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,6 @@ public void testBigDecimalEqualsZero() {
@Test
public void testEqualsDoubleNaNAndBigDecimal() {
assertThat(new JsonPrimitive(Double.NaN)
.equals(new JsonPrimitive(new BigDecimal("1.0")))).isFalse();
.equals(new JsonPrimitive(new BigDecimal("1.0")))).isFalse();
}
}

0 comments on commit e0788ec

Please sign in to comment.