Rename test.

This commit is contained in:
Benoit Marty 2025-08-26 10:24:48 +02:00
parent 1a0e625fa9
commit ab5dd2765e

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()