diff --git a/cryptography/src/appleTest/kotlin/com/wire/kalium/cryptography/BaseProteusClientTest.kt b/cryptography/src/appleTest/kotlin/com/wire/kalium/cryptography/BaseProteusClientTest.kt index 81a1a2f72e5..23b47c90120 100644 --- a/cryptography/src/appleTest/kotlin/com/wire/kalium/cryptography/BaseProteusClientTest.kt +++ b/cryptography/src/appleTest/kotlin/com/wire/kalium/cryptography/BaseProteusClientTest.kt @@ -35,7 +35,7 @@ actual open class BaseProteusClientTest actual constructor() { proteusStore: ProteusStoreRef, databaseKey: ProteusDBSecret? ): ProteusClient { - return coreCryptoCentral(proteusStore.value, "secret").proteusClient() + return coreCryptoCentral(proteusStore.value, "secret", emptyList(), null).proteusClient() } }