Move InMemoryMigrationScreenStore to a test module.

This commit is contained in:
Benoit Marty 2024-06-17 15:26:50 +02:00
parent feb6930222
commit 64433ea209
3 changed files with 29 additions and 0 deletions

View file

@ -77,6 +77,7 @@ dependencies {
testImplementation(projects.libraries.preferences.test)
testImplementation(projects.services.analytics.test)
testImplementation(projects.features.networkmonitor.test)
testImplementation(projects.features.roomlist.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.features.leaveroom.test)
}