Skip to content

Commit

Permalink
Update tests based on Kit Options changes
Browse files Browse the repository at this point in the history
  • Loading branch information
willpassidomo committed Jun 1, 2021
1 parent a178556 commit 23b7df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/mparticle/kits/ButtonKitTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ private class TestKitManager extends KitManagerImpl {
private AttributionError error;

TestKitManager() {
super(context, null, new TestCoreCallbacks(), null);
super(context, null, new TestCoreCallbacks(), null, null);
}

@Override
Expand Down

0 comments on commit 23b7df3

Please sign in to comment.