Skip to content

Commit a07441f

Browse files
Fix expired dss1635Test
1 parent 9ed17b9 commit a07441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-policy/src/test/java/eu/europa/esig/dss/validation/executor/CustomProcessExecutorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3035,7 +3035,7 @@ public void dss1635Test() throws Exception {
30353035
}
30363036
}
30373037
executor.setValidationPolicy(defaultPolicy);
3038-
executor.setCurrentTime(new Date());
3038+
executor.setCurrentTime(new Date("2022/02/02"));
30393039

30403040
Reports reports = executor.execute();
30413041

0 commit comments

Comments
 (0)