Skip to content

Commit

Permalink
add: added necessary field
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Aug 31, 2024
1 parent c6407f3 commit dfbd45a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class TmapNavigationAdapterTest {
longitude = 126.9246033,
latitude = 33.45241976,
openingHours = null,
category = "",
)
val endPlace =
Place(
Expand All @@ -61,6 +62,7 @@ class TmapNavigationAdapterTest {
longitude = 126.9041895,
latitude = 33.4048969,
openingHours = null,
category = "",
)

val distance = tmapNavigationClient.getDistance(startPlace, endPlace)
Expand Down

0 comments on commit dfbd45a

Please sign in to comment.