Skip to content

Commit ab5dd27

Browse files
committed
Rename test.
1 parent 1a0e625 commit ab5dd27

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/screens/onboarding/DefaultOnBoardingLogoResIdProviderTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith
1616
@RunWith(AndroidJUnit4::class)
1717
class DefaultOnBoardingLogoResIdProviderTest {
1818
@Test
19-
fun `when onboarding_logo resource exists, return its resId`() {
19+
fun `when onboarding_logo resource does not exist, get() returns null`() {
2020
val context = InstrumentationRegistry.getInstrumentation().context
2121
val sut = DefaultOnBoardingLogoResIdProvider(context)
2222
val result = sut.get()

0 commit comments

Comments
 (0)