Konsist: add rule obout test class name, and fix existing issue

This commit is contained in:
Benoit Marty 2023-10-12 10:04:42 +02:00 committed by Benoit Marty
parent 8f8a5746e5
commit 7389748f3e
11 changed files with 20 additions and 10 deletions

View file

@ -22,7 +22,7 @@ import io.element.android.libraries.matrix.api.auth.AuthenticationException
import org.junit.Test
import org.matrix.rustcomponents.sdk.AuthenticationException as RustAuthenticationException
class AuthenticationExceptionMappingTests {
class AuthenticationExceptionMappingTest {
@Test
fun `mapping an exception with no message returns 'Unknown error' message`() {