Fix test after new property in LiveLocationShare

This commit is contained in:
ganfra 2026-04-17 16:58:06 +02:00
parent 5fb0b3a93d
commit 41f86b492c

View file

@ -141,6 +141,7 @@ private fun aLiveLocationShare(
return LiveLocationShare(
userId = UserId(userId),
lastLocation = null,
startTimestamp = 0L,
endTimestamp = endTimestamp,
)
}