loosen up comparisons to handle the rounding change in Imager 0.90
[imager-graph.git] / t / t10pie.t
index d5a99cbe8a39e7f5d7ebe8ad60f0cc0076989776..15f710835a824881dfdd3a259a13dae6a08e6415 100644 (file)
@@ -259,7 +259,7 @@ cmpimg($img6, "testimg/t10_hlegend.png", 550_000);
   my $im = $pie->draw();
 
   ok($im, "made lin_found test using methods");
-  cmpimg($im, "testimg/t10_lin_fount.png", 180_00);
+  cmpimg($im, "testimg/t10_lin_fount.png", 180_000);
 }
 
 {