We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0509fb4 commit d2a3775Copy full SHA for d2a3775
src/test/java/org/nasdanika/launcher/tests/TestCommands.java
@@ -143,7 +143,7 @@ public void testModuleGraph() throws IOException {
143
.compose(Context.singleton("graphContainerId", "graph-container"))
144
.interpolateToString(GRAPH_TEMPLATE);
145
146
- Files.writeString(new File("target/module-graph.html").toPath(), chartHTML);
+ Files.writeString(new File("target/module-graph.html").getCanonicalFile().toPath(), chartHTML);
147
}
148
149
private Node moduleToNode(
0 commit comments