Skip to content

Commit

Permalink
fix: crossplatform testcase (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle authored Oct 30, 2024
1 parent 7812b65 commit c648bdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MockKitManagerImpl(
CoreCallbacks::class.java
)
) {
Mockito.`when`(mCoreCallbacks.kitListener).thenReturn(KitListener.EMPTY)
Mockito.`when`(mCoreCallbacks.getKitListener()).thenReturn(KitListener.EMPTY)
}

@Throws(JSONException::class)
Expand Down

0 comments on commit c648bdb

Please sign in to comment.