Skip to content

Commit 7368486

Browse files
committed
Remove Delta
1 parent 2c1ae8a commit 7368486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/java/org/mapfish/print/map/ScaleTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void geodeticCH2056XPositionDependence() {
7171
final double geodeticScaleRef = scale.getGeodeticDenominator(CH2056, PDF_DPI, positionRef);
7272
final double geodeticScaleLeft = scale.getGeodeticDenominator(CH2056, PDF_DPI, positionLeft);
7373

74-
assertEquals(24996.77190700038, geodeticScaleRef, 0.00001);
75-
assertEquals(24996.76743516703, geodeticScaleLeft, 0.00001);
74+
assertEquals(24996.77190700038, geodeticScaleRef, 0.0);
75+
assertEquals(24996.76743516703, geodeticScaleLeft, 0.0);
7676
}
7777
}

0 commit comments

Comments
 (0)