Skip to content

Commit 50e5a52

Browse files
committed
Fix: unit tests
1 parent b29703b commit 50e5a52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

etf-bsxds/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ jar {
5454

5555
test {
5656
environment "ETF_DS_DIR", testDataStorageDir
57+
systemProperty "user.timezone", "Europe/Berlin"
58+
forkEvery = 1
5759
dependsOn = ["cleanTest", "compileTestJava"]
5860
}

0 commit comments

Comments
 (0)