Provide distinct cache directory to the Rust SDK.

This commit is contained in:
Benoit Marty 2024-08-30 18:34:52 +02:00
parent 31d0621fa1
commit c41cb33410
15 changed files with 153 additions and 39 deletions

View file

@ -289,6 +289,7 @@ class DefaultBugReporterTest {
slidingSyncProxy = null,
passphrase = null,
sessionPath = "session",
cachePath = "cache",
)
@Test
fun `test sendBugReport error`() = runTest {