Rename test.
This commit is contained in:
parent
1a0e625fa9
commit
ab5dd2765e
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue