Skip to content

Commit

Permalink
Update test_fsm_location.py
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 authored Jul 10, 2023
1 parent 935fb88 commit dd35d88
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 @@ -63,7 +63,7 @@ def test_fsm_location_creation(self):
test_location_1.partner_latitude, 50.629980, delta=self.delta
)
self.assertAlmostEqual(
test_location_1.partner_longitude, 4.863860, delta=self.delta
test_location_1.partner_longitude, 4.863370, delta=self.delta
)
# direct creation and same exit data
partner_latitude = 1.0
Expand Down

0 comments on commit dd35d88

Please sign in to comment.