Skip to content

Commit

Permalink
Update AppContainerTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
syedahmedjamil authored Feb 8, 2024
1 parent 489ed1c commit e61841e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class AppContainerTest {

@Test
fun test_appContainer_is_not_null() {
Assert.assertNotNull(appContainer)
// Assert.assertNotNull(appContainer)
Assert.assertNotNull(null)
}

@Test
Expand All @@ -43,4 +44,4 @@ class AppContainerTest {
val dep: ImageLoader = appContainer.imageLoader
Assert.assertNotNull(dep)
}
}
}

0 comments on commit e61841e

Please sign in to comment.