From 41f86b492cff64f082349543b6b5dffb1f666b4d Mon Sep 17 00:00:00 2001 From: ganfra Date: Fri, 17 Apr 2026 16:58:06 +0200 Subject: [PATCH] Fix test after new property in LiveLocationShare --- .../matrix/impl/room/location/TimedLiveLocationSharesFlowTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/matrix/impl/src/test/kotlin/io/element/android/libraries/matrix/impl/room/location/TimedLiveLocationSharesFlowTest.kt b/libraries/matrix/impl/src/test/kotlin/io/element/android/libraries/matrix/impl/room/location/TimedLiveLocationSharesFlowTest.kt index 6c78fcc51b..41627396ad 100644 --- a/libraries/matrix/impl/src/test/kotlin/io/element/android/libraries/matrix/impl/room/location/TimedLiveLocationSharesFlowTest.kt +++ b/libraries/matrix/impl/src/test/kotlin/io/element/android/libraries/matrix/impl/room/location/TimedLiveLocationSharesFlowTest.kt @@ -141,6 +141,7 @@ private fun aLiveLocationShare( return LiveLocationShare( userId = UserId(userId), lastLocation = null, + startTimestamp = 0L, endTimestamp = endTimestamp, ) }