We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed30278 commit c2df90eCopy full SHA for c2df90e
1 file changed
hacker-rank/src/main/java/com/devstromo/dynamic_programming/sherlock_and_cost/Solution.java
@@ -59,7 +59,7 @@ public static void main(String[] args) throws IOException {
59
File expectedOutputFile = new File(classLoader.getResource(outputFolder + fileName.replace("input", "output")).getFile());
60
61
if (expectedOutputFile.exists()) {
62
- compareResults(expectedOutputFile.getAbsolutePath(), expectedOutputFile.getAbsolutePath());
+ compareResults(expectedOutputFile.getAbsolutePath(), localOutputFilePath);
63
} else {
64
System.out.println("Expected output file not found: " + expectedOutputFile.getAbsolutePath());
65
}
0 commit comments