Skip to content

Commit

Permalink
Removed other testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle committed Oct 16, 2024
1 parent 529c725 commit 983175f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ class IdentityApiTest : BaseCleanStartedEachTest() {
// test that change actually took place
result.addSuccessListener { identityApiResult ->
Assert.assertEquals(identityApiResult.user.id, mStartingMpid)
// After Adding Identity caching, it uses previous response
// Assert.assertEquals(identityApiResult.previousUser!!.id, mStartingMpid.toLong())
}
com.mparticle.internal.AccessUtils.awaitUploadHandler()
request = IdentityApiRequest.withEmptyUser().build()
Expand All @@ -127,12 +125,10 @@ class IdentityApiTest : BaseCleanStartedEachTest() {
MParticle.getInstance()!!
.Identity().currentUser!!.id
)
// Assert.assertEquals(identityApiResult.previousUser!!.id, mpid1)
latch.countDown()
user3Called.value = true
}
latch.await()
// Assert.assertTrue(user1Called.value)
Assert.assertTrue(user3Called.value)
}

Expand Down

0 comments on commit 983175f

Please sign in to comment.