Change Test class suffix.

This commit is contained in:
Benoit Marty
2024-05-30 10:11:18 +02:00
parent b8ab89422f
commit cdf6f48112
41 changed files with 41 additions and 41 deletions

View File

@@ -32,7 +32,7 @@ import kotlinx.coroutines.test.runTest
import org.junit.Rule
import org.junit.Test
class RoomSelectPresenterTests {
class RoomSelectPresenterTest {
@get:Rule
val warmUpRule = WarmUpRule()