Merge pull request #3370 from element-hq/feature/bma/cacheFile

Provide distinct cache directory to the Rust SDK.
This commit is contained in:
Benoit Marty 2024-09-03 10:27:47 +02:00 committed by GitHub
commit 3efb371d34
19 changed files with 207 additions and 45 deletions

View file

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