Use aSessionData() from the test module.

And fix typo.
This commit is contained in:
Benoit Marty 2024-09-12 20:25:53 +02:00 committed by Benoit Marty
parent f91d0688d8
commit 888d3420d7
4 changed files with 13 additions and 29 deletions

View file

@ -55,6 +55,7 @@ dependencies {
testImplementation(libs.test.mockk)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.sessionStorage.implMemory)
testImplementation(projects.libraries.sessionStorage.test)
testImplementation(projects.features.rageshake.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.services.toolbox.test)