Skip to content

Commit 2804e86

Browse files
committed
fix:コメント修正
1 parent c5e8545 commit 2804e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_standard_map_grid.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ TEST(StandardMapGrid, Level5000_WithinBounds) {
7474
}
7575

7676
TEST(StandardMapGrid, Level2500_WithinBounds) {
77-
const auto extent = StandardMapGrid("08EE554").getExtent(); // Level2500
77+
const auto extent = StandardMapGrid("08EE554").getExtent();
7878
const auto expected = GeoCoordinate(37.4669, 138.7544, 0);
7979

8080
std::stringstream ss;
@@ -91,7 +91,7 @@ TEST(StandardMapGrid, Level2500_WithinBounds) {
9191
}
9292

9393
TEST(StandardMapGrid, Level1000_WithinBounds) {
94-
const auto extent = StandardMapGrid("08JE640E").getExtent(); // Level2500
94+
const auto extent = StandardMapGrid("08JE640E").getExtent();
9595
const auto expected = GeoCoordinate(36.1053, 138.7151, 0);
9696

9797
std::stringstream ss;

0 commit comments

Comments
 (0)