Skip to content

Commit d2a3775

Browse files
committed
Minor change
1 parent 0509fb4 commit d2a3775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/nasdanika/launcher/tests/TestCommands.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public void testModuleGraph() throws IOException {
143143
.compose(Context.singleton("graphContainerId", "graph-container"))
144144
.interpolateToString(GRAPH_TEMPLATE);
145145

146-
Files.writeString(new File("target/module-graph.html").toPath(), chartHTML);
146+
Files.writeString(new File("target/module-graph.html").getCanonicalFile().toPath(), chartHTML);
147147
}
148148

149149
private Node moduleToNode(

0 commit comments

Comments
 (0)