Skip to content

Commit

Permalink
test: increase navigation test tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed Nov 29, 2024
1 parent 246fdb7 commit 3a7488c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/integration_test/t03_navigation_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void main() {
await GoogleMapsNavigator.setAudioGuidance(settings);

/// Specify tolerance and navigation destination coordinates.
const double tolerance = 0.0005;
const double tolerance = 0.001;
const double midLat = 68.59781164189049,
midLon = 23.520303427087182,
endLat = 68.60079240808535,
Expand Down Expand Up @@ -268,7 +268,7 @@ void main() {
await startNavigationWithoutDestination($);

/// Specify tolerance and navigation end coordinates.
const double tolerance = 0.0005;
const double tolerance = 0.001;
const double endLat = 68.59451829688189, endLng = 23.512277951523007;

/// Create a waypoint.
Expand Down

0 comments on commit 3a7488c

Please sign in to comment.