AP_Common: adjust test_location values

for adjusted longitude scale accuracy
This commit is contained in:
Andrew Tridgell 2021-07-09 14:02:46 +10:00
parent 1486a473bd
commit 56d9134e38

View File

@ -104,7 +104,7 @@ TEST(Location, LatLngWrapping)
int32_t expected_lat;
int32_t expected_lng;
} tests[] {
{519634000, 1797560000, Vector2f{0, 100000}, 519634000, -1787860775}
{519634000, 1797560000, Vector2f{0, 100000}, 519634000, -1787860774}
};
for (auto &test : tests) {