Skip to content

Commit 7886a9e

Browse files
fix: Resolve crossplatform test case (#178)
1 parent 787d332 commit 7886a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/mparticle/kits/mocks/MockKitManagerImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class MockKitManagerImpl(
3030
CoreCallbacks::class.java
3131
)
3232
) {
33-
Mockito.`when`(mCoreCallbacks.kitListener).thenReturn(KitListener.EMPTY)
33+
Mockito.`when`(mCoreCallbacks.getKitListener()).thenReturn(KitListener.EMPTY)
3434
}
3535

3636
@Throws(JSONException::class)

0 commit comments

Comments
 (0)