Follow naming convention and cleanup the module.

This commit is contained in:
Benoit Marty 2023-09-29 17:03:04 +02:00 committed by Benoit Marty
parent 9f9c557ca9
commit 3a570aab78
7 changed files with 13 additions and 58 deletions

View file

@ -70,5 +70,5 @@ dependencies {
testImplementation(projects.features.invitelist.test)
testImplementation(projects.features.networkmonitor.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.features.leaveroom.fake)
testImplementation(projects.features.leaveroom.test)
}