Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Oct 7, 2021
1 parent 84c9a79 commit 86497a9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,11 @@ AnalyticsMessages getAnalyticsMessages() {
return mAnalyticsMessages;
}
};

// assertTrue(mixpanel.hasOptedOutTracking());

mixpanel.optInTracking();
assertFalse(mixpanel.hasOptedOutTracking());
mixpanel.optOutTracking();
assertTrue(mixpanel.hasOptedOutTracking());
//assertTrue(mCleanUpCalls.await(MAX_TIMEOUT_POLL, TimeUnit.MILLISECONDS));
}

/**
Expand Down

0 comments on commit 86497a9

Please sign in to comment.