Skip to content

Commit

Permalink
Fix unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle committed Oct 2, 2024
1 parent 22a4768 commit 70db4ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ApplicationContextWrapperTest {
var bundle2 = Mockito.mock(Bundle::class.java)

inner class MockApplicationContextWrapper internal constructor(application: Application?) :
ApplicationContextWrapper(application) {
ApplicationContextWrapper(application!!) {
override fun attachBaseContext(base: Context) {}
}

Expand Down

0 comments on commit 70db4ca

Please sign in to comment.