Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 59c4981

Browse files
Daniel PataninDaniel Patanin
authored andcommitted
fixed descriptiongeneratortest
1 parent bc5c126 commit 59c4981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scb-persistenceproviders/defectdojo-persistenceprovider/src/test/java/io/securecodebox/persistence/DescriptionGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class DescriptionGeneratorTest {
1919
@Before
2020
public void setUp() {
2121
descriptionGenerator = new DescriptionGenerator();
22-
descriptionGenerator.setClock(Clock.fixed(Instant.ofEpochSecond(1546876203), ZoneId.systemDefault()));
22+
descriptionGenerator.setClock(Clock.fixed(Instant.ofEpochSecond(1546876203), ZoneId.of("Europe/Berlin")));
2323
securityTest = new SecurityTest();
2424
}
2525

0 commit comments

Comments
 (0)