Skip to content

Commit 113bda8

Browse files
Fix forgotten TempDir
Signed-off-by: NathanDissoubray <nathan.dissoubray@rte-france.com>
1 parent 719f227 commit 113bda8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diagram-util/src/test/java/com/powsybl/diagram/util/forcelayout/LayoutAlgorithmRunnerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void svgNotExecuted() {
3434
new SpringyParameters.Builder().build()
3535
);
3636
Function<String, String> tooltip = v -> String.format("Vertex %s", v);
37-
assertDoesNotThrow(() -> runner.toSVG(tooltip, tempDirectory.toPath().resolve("/tmp/test.svg")));
37+
assertDoesNotThrow(() -> runner.toSVG(tooltip, tempDirectory.toPath().resolve("test.svg")));
3838
}
3939

4040
@Test

0 commit comments

Comments
 (0)