Skip to content

Commit 66964f6

Browse files
committed
fixed problems
1 parent 51ef2ec commit 66964f6

File tree

15 files changed

+1
-1
lines changed

15 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
800 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
306 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

app/src/main/java/hexlet/code/Parser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static Map<String, Object> parse(String filePath) throws IOException {
2121
throw new IllegalArgumentException("Unsupported file format: " + filePath);
2222
}
2323

24-
return objectMapper.readValue(new File("src/main/resources/" + filePath),
24+
return objectMapper.readValue(new File("src/main/resources/fixtures/" + filePath),
2525
new TypeReference<Map<String, Object>>() { });
2626
}
2727
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)