Skip to content

Commit e111574

Browse files
author
RajShivu
committed
TestMultiple: restored original
1 parent 9d7e2dc commit e111574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

liquidjava-verifier/src/test/java/liquidjava/api/tests/TestMultiple.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void testMultipleErrorDirectory() {
1414
String path = "../liquidjava-example/src/main/java/testMultiple/errors";
1515
CommandLineLauncher.launch(path);
1616
Diagnostics diagnostics = Diagnostics.getInstance();
17-
assertEquals(9, diagnostics.getErrors().size());
17+
assertEquals(9, diagnostics.getErrors().size());// 9
1818
}
1919

2020
@Test
@@ -39,7 +39,7 @@ public void testMultipleDirectory() {
3939
CommandLineLauncher.launch(path);
4040
Diagnostics diagnostics = Diagnostics.getInstance();
4141

42-
assertEquals(11, diagnostics.getErrors().size());
42+
assertEquals(11, diagnostics.getErrors().size());// 11
4343
assertEquals(3, diagnostics.getWarnings().size());
4444
}
4545
}

0 commit comments

Comments
 (0)