Fix test after new property in LiveLocationShare

This commit is contained in:
ganfra 2026-04-17 16:58:06 +02:00
parent 2cb6370536
commit af9f381d24

View file

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