Skip to content

Commit 7639ee4

Browse files
DOC-2525 another minor test fix
1 parent ccd086a commit 7639ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Doc/Geo_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void run()
7676

7777
Assert.Equal("station:3", res4[2].Member);
7878
GeoPosition pos3 = res4[2].Position ?? new GeoPosition();
79-
Assert.Equal("-122.24699, 37.81040", $"{pos3.Longitude:F5}, {pos3.Latitude:F5}");
79+
Assert.Equal("-122.24698, 37.81040", $"{pos3.Longitude:F5}, {pos3.Latitude:F5}");
8080
// REMOVE_END
8181

8282

0 commit comments

Comments
 (0)