Remove FakeLeaveRoomPresenter

This commit is contained in:
Benoit Marty 2024-10-07 16:39:04 +02:00 committed by Benoit Marty
parent 39706ee4a8
commit 2a4726e611
7 changed files with 18 additions and 83 deletions

View file

@ -64,7 +64,6 @@ dependencies {
testImplementation(projects.libraries.usersearch.test)
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.features.leaveroom.test)
testImplementation(projects.features.createroom.test)
testImplementation(projects.services.analytics.test)
testImplementation(libs.androidx.compose.ui.test.junit)