mirror of
https://github.com/owntracks/frontend.git
synced 2026-08-25 20:47:16 +00:00
Fix comment in test
This commit is contained in:
+1
-1
@@ -63,8 +63,8 @@ describe("distanceBetweenCoordinates", () => {
|
||||
expect(
|
||||
distanceBetweenCoordinates({ lat: 0, lng: 0 }, { lat: 0, lng: 0 })
|
||||
).toBe(0);
|
||||
// The Shard - Victoria Memorial
|
||||
|
||||
// The Shard - Victoria Memorial
|
||||
expect(
|
||||
distanceBetweenCoordinates(
|
||||
{ lat: 51.5046678, lng: -0.0870769 },
|
||||
|
||||
Reference in New Issue
Block a user