Skip to content

Commit 51ef2ec

Browse files
committed
fixed problems
1 parent ccd3afd commit 51ef2ec

File tree

7 files changed

+1
-2
lines changed

7 files changed

+1
-2
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
136 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

app/src/test/java/hexlet/code/DifferTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ class DifferTest {
131131
void testGenerateDiffForJsonStylish() throws IOException {
132132
String filePath1 = "file1.json";
133133
String filePath2 = "file2.json";
134-
String format1 = "stylish";
135-
String actualDiff = Differ.generate(filePath1, filePath2, format1);
134+
String actualDiff = Differ.generate(filePath1, filePath2);
136135
assertEquals(EXPECTED_JSON_STYLISH.trim(), actualDiff.trim());
137136
System.out.println("ВСЕ РАБОТАЕТ!");
138137
}

0 commit comments

Comments
 (0)