Fix test after new property in LiveLocationShare
This commit is contained in:
parent
2cb6370536
commit
af9f381d24
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ private fun aLiveLocationShare(
|
||||||
return LiveLocationShare(
|
return LiveLocationShare(
|
||||||
userId = UserId(userId),
|
userId = UserId(userId),
|
||||||
lastLocation = null,
|
lastLocation = null,
|
||||||
|
startTimestamp = 0L,
|
||||||
endTimestamp = endTimestamp,
|
endTimestamp = endTimestamp,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue