Skip to content

Commit c2df90e

Browse files
committed
HackerRank | Sherlock and Cost | Java
1 parent ed30278 commit c2df90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hacker-rank/src/main/java/com/devstromo/dynamic_programming/sherlock_and_cost

hacker-rank/src/main/java/com/devstromo/dynamic_programming/sherlock_and_cost/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static void main(String[] args) throws IOException {
5959
File expectedOutputFile = new File(classLoader.getResource(outputFolder + fileName.replace("input", "output")).getFile());
6060

6161
if (expectedOutputFile.exists()) {
62-
compareResults(expectedOutputFile.getAbsolutePath(), expectedOutputFile.getAbsolutePath());
62+
compareResults(expectedOutputFile.getAbsolutePath(), localOutputFilePath);
6363
} else {
6464
System.out.println("Expected output file not found: " + expectedOutputFile.getAbsolutePath());
6565
}

0 commit comments

Comments
 (0)