Rename test.

This commit is contained in:
Benoit Marty
2025-08-26 10:24:48 +02:00
parent 62ef4db2e8
commit 299e1c2c6d

View File

@@ -16,7 +16,7 @@ import org.junit.runner.RunWith
@RunWith(AndroidJUnit4::class)
class DefaultOnBoardingLogoResIdProviderTest {
@Test
fun `when onboarding_logo resource exists, return its resId`() {
fun `when onboarding_logo resource does not exist, get() returns null`() {
val context = InstrumentationRegistry.getInstrumentation().context
val sut = DefaultOnBoardingLogoResIdProvider(context)
val result = sut.get()