Skip to content

Commit

Permalink
Google maps link for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellBerlin committed Sep 23, 2024
1 parent 9a10da6 commit 5e302ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/com/carbonara/core/address/AddressTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AddressTest {
@Test
fun `Happy case - googleMapsLink`() {
val result = ADDRESS.createGoogleMapsLink()
assertEquals("https://www.google.com/maps/place/?q=place_id:$GOOGLE_PLACE_ID", result)
assertEquals("https://www.google.com/maps/search/?api=1&query=%20&query_place_id=$GOOGLE_PLACE_ID", result)
}

companion object {
Expand Down

0 comments on commit 5e302ca

Please sign in to comment.