From 12910fe66de09f7581d0e9a257a4d97bed67b8ca Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 2 Oct 2019 19:06:31 +0100 Subject: [PATCH] Fix comment in test --- tests/util.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util.test.js b/tests/util.test.js index 882a123..f897052 100644 --- a/tests/util.test.js +++ b/tests/util.test.js @@ -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 },