Skip to content

Commit 6b1750c

Browse files
committed
stub new external API
1 parent f642c93 commit 6b1750c

File tree

1 file changed

+4
-0
lines changed
  • libtesting-thirdparty/src/main/java/com/mapbox/navigation/testing/factories

1 file changed

+4
-0
lines changed

libtesting-thirdparty/src/main/java/com/mapbox/navigation/testing/factories/NativeFactories.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,8 @@ fun createRouteInterface(
188188
override fun getWaypoints() = waypoints
189189

190190
override fun getWaypointsJson() = waypointsJson
191+
192+
override fun getExpirationTimeMs(): Long? = null
193+
194+
override fun getLastRefreshTimestamp(): Date? = null
191195
}

0 commit comments

Comments
 (0)