Skip to content

Commit 92f0e39

Browse files
committed
Update HotReloadPipelineTests.java
1 parent ad17f12 commit 92f0e39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/HotReloadPipelineTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void hotReloadDoesNotRequireSourceMap() throws Exception {
110110
new WurstProjectConfigData()
111111
);
112112

113-
assertEquals(result.script.getAbsolutePath(), war3mapJ.getAbsolutePath());
113+
assertEquals(result.script.getCanonicalFile(), war3mapJ.getCanonicalFile());
114114
}
115115

116116
private void newCleanFolder(File f) throws Exception {
@@ -120,7 +120,7 @@ private void newCleanFolder(File f) throws Exception {
120120

121121
private static final class HotReloadNoMapRequest extends MapRequest {
122122
private HotReloadNoMapRequest(WurstLanguageServer langServer, Optional<File> map, List<String> compileArgs,
123-
WFile workspaceRoot) {
123+
WFile workspaceRoot) {
124124
super(langServer, map, compileArgs, workspaceRoot, Optional.empty(), Optional.empty());
125125
}
126126

0 commit comments

Comments
 (0)