Skip to content

Commit

Permalink
Correct Unit Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenc-tomasz committed Feb 7, 2024
1 parent 0d55cae commit 724c912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracker/src/test/java/org/matomo/sdk/TrackerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ public void testsetDispatchGzip() {
public void testOptOut_set() {
Tracker tracker = new Tracker(mMatomo, mTrackerBuilder);
tracker.setOptOut(true);
verify(mDispatcher).clear();
assertTrue(tracker.isOptOut());
tracker.setOptOut(false);
assertFalse(tracker.isOptOut());
Expand Down

0 comments on commit 724c912

Please sign in to comment.