Skip to content

Commit

Permalink
[FIX] fieldservice_geoengine
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Rivera committed Jul 5, 2023
1 parent e03394e commit 935fb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldservice_geoengine/tests/test_fsm_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_fsm_location_creation(self):
self.assertTrue(test_location_1.partner_latitude)
self.assertTrue(test_location_1.partner_longitude)
self.assertAlmostEqual(
test_location_1.partner_latitude, 50.629850, delta=self.delta
test_location_1.partner_latitude, 50.629980, delta=self.delta
)
self.assertAlmostEqual(
test_location_1.partner_longitude, 4.863860, delta=self.delta
Expand Down

0 comments on commit 935fb88

Please sign in to comment.