Skip to content

Commit 265c60a

Browse files
committed
Fix test compilation issue.
1 parent 3a0e182 commit 265c60a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libraries/matrix/impl/src/test/kotlin/io/element/android/libraries/matrix/impl/call/DefaultElementCallBaseUrlProviderTest.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ class DefaultElementCallBaseUrlProviderTest {
9191
private fun createElementWellKnown(widgetUrl: String): ElementWellKnown {
9292
return ElementWellKnown(
9393
call = ElementCallWellKnown(
94-
widgetUrl = widgetUrl
95-
)
94+
widgetUrl = widgetUrl,
95+
),
96+
registrationHelperUrl = null,
9697
)
9798
}
9899
}

0 commit comments

Comments
 (0)