Skip to content

Commit

Permalink
Removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
markvdouw committed Jan 10, 2024
1 parent 9621485 commit 56b9527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class UpdateAdIdIdentityTest : BaseCleanInstallEachTest() {
)

// execute CheckAdIdRunnable without a current user
AppStateManager.CheckAdIdRunnable("newAdId", "oldAdId").run()
MParticle.getInstance()!!.Internal().configManager
AppStateManager.CheckAdIdRunnable(MParticle.getInstance()!!.Internal().configManager).run()
assertNull(MParticle.getInstance()!!.Identity().currentUser)

// set a current user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import android.os.StatFs;
import android.provider.Settings;
import android.telephony.TelephonyManager;
import android.util.Log;
import android.view.Display;
import android.view.WindowManager;

Expand Down

0 comments on commit 56b9527

Please sign in to comment.