File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
android-core/src/androidTest/kotlin/com.mparticle/identity Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,6 @@ class IdentityApiTest : BaseCleanStartedEachTest() {
114
114
// test that change actually took place
115
115
result.addSuccessListener { identityApiResult ->
116
116
Assert .assertEquals(identityApiResult.user.id, mStartingMpid)
117
- // After Adding Identity caching, it uses previous response
118
- // Assert.assertEquals(identityApiResult.previousUser!!.id, mStartingMpid.toLong())
119
117
}
120
118
com.mparticle.internal.AccessUtils .awaitUploadHandler()
121
119
request = IdentityApiRequest .withEmptyUser().build()
@@ -127,12 +125,10 @@ class IdentityApiTest : BaseCleanStartedEachTest() {
127
125
MParticle .getInstance()!!
128
126
.Identity ().currentUser!! .id
129
127
)
130
- // Assert.assertEquals(identityApiResult.previousUser!!.id, mpid1)
131
128
latch.countDown()
132
129
user3Called.value = true
133
130
}
134
131
latch.await()
135
- // Assert.assertTrue(user1Called.value)
136
132
Assert .assertTrue(user3Called.value)
137
133
}
138
134
You can’t perform that action at this time.
0 commit comments