Skip to content

Commit

Permalink
Adjust unit test, we don't need to check that the language isn't inje…
Browse files Browse the repository at this point in the history
…cted on subsequent `track` calls.
  • Loading branch information
d4rken committed Aug 2, 2021
1 parent 7291d74 commit 532a88a
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 @@ -654,7 +654,6 @@ public void testSessionStartRaceCondition() throws Exception {
assertTrue(out.get(QueryParams.FIRST_VISIT_TIMESTAMP) != null);
assertTrue(out.get(SESSION_START) != null);
} else {
assertTrue(out.get(QueryParams.LANGUAGE) == null);
assertTrue(out.get(QueryParams.FIRST_VISIT_TIMESTAMP) == null);
assertTrue(out.get(SESSION_START) == null);
}
Expand Down

0 comments on commit 532a88a

Please sign in to comment.