Skip to content

Commit db30163

Browse files
committed
Remove Cart dependency from Android tests
1 parent 804bc1f commit db30163

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

android/src/test/java/com/mparticle/react/testutils/MockMParticleUser.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import com.mparticle.MParticle;
77
import com.mparticle.UserAttributeListener;
8-
import com.mparticle.commerce.Cart;
98
import com.mparticle.consent.ConsentState;
109
import com.mparticle.identity.MParticleUser;
1110

@@ -26,12 +25,6 @@ public long getId() {
2625
return mpid;
2726
}
2827

29-
@NonNull
30-
@Override
31-
public Cart getCart() {
32-
return null;
33-
}
34-
3528
@NonNull
3629
@Override
3730
public Map<String, Object> getUserAttributes() {

0 commit comments

Comments
 (0)