This is an automated email from the ASF dual-hosted git repository. jkevan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push: new 4fc3494e8 typos fix 4fc3494e8 is described below commit 4fc3494e84d88786e0deb4eab0760b48222b6c17 Author: Kevan <ke...@jahia.com> AuthorDate: Mon May 15 14:54:44 2023 +0200 typos fix --- itests/src/test/java/org/apache/unomi/itests/SegmentIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/itests/src/test/java/org/apache/unomi/itests/SegmentIT.java b/itests/src/test/java/org/apache/unomi/itests/SegmentIT.java index f953b9d1c..12fb99da8 100644 --- a/itests/src/test/java/org/apache/unomi/itests/SegmentIT.java +++ b/itests/src/test/java/org/apache/unomi/itests/SegmentIT.java @@ -573,7 +573,6 @@ public class SegmentIT extends BaseIT { } catch (Exception e) { // Do nothing, unable to read value } - ; return false; }, 1000, 20); @@ -614,7 +613,6 @@ public class SegmentIT extends BaseIT { pastEventCondition.setParameter("fromDate", "2000-07-15T07:00:00Z"); pastEventCondition.setParameter("toDate", "2001-01-15T07:00:00Z"); - ; Condition pastEventEventCondition = new Condition(definitionsService.getConditionType("eventTypeCondition")); pastEventEventCondition.setParameter("eventTypeId", "test-event-type"); pastEventCondition.setParameter("eventCondition", pastEventEventCondition);