Skip to content

Commit 906a9ac

Browse files
committed
fix: adapt test of custom endpoints
1 parent 933ca6f commit 906a9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def test_custom_endpoints(self):
399399
self.assertEqual(settings_directions_endpoint, "directions")
400400

401401
layer = proc.get_directions_points_layer()
402-
self.assertEqual(layer.featureCount(), 93)
402+
self.assertAlmostEqual(layer.featureCount(), 93, delta=3)
403403

404404
self.assertEqual(
405405
"POINT(8.67251100000000008 49.39887900000000087)",

0 commit comments

Comments
 (0)