Fix DisplayName on testRelativeLogDir

This commit is contained in:
Adrian Smith
2019-02-24 21:01:04 +00:00
parent 6adb591c9a
commit 1048ff5728

View File

@@ -73,7 +73,7 @@ class EnvironmentTest {
}
@Test
@DisplayName("cryptomator.logDir=foo/bar")
@DisplayName("cryptomator.logDir=~/foo/bar")
public void testRelativeLogDir() {
System.setProperty("cryptomator.logDir", "~/foo/bar");