Skip to content

Commit b29546d

Browse files
committed
Fix typo
1 parent fc6507a commit b29546d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/login/impl/src/test/kotlin/io/element/android/features/login/impl/accountprovider/AccountProviderDataSourceTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class AccountProviderDataSourceTest {
6262
}
6363

6464
@Test
65-
fun `present - ensure that default homeserver is not start char`() = runTest {
65+
fun `present - ensure that default homeserver is not star char`() = runTest {
6666
val sut = AccountProviderDataSource(
6767
FakeEnterpriseService(
6868
defaultHomeserverListResult = { listOf(EnterpriseService.ANY_ACCOUNT_PROVIDER, AuthenticationConfig.MATRIX_ORG_URL) }

0 commit comments

Comments
 (0)