File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
liquidjava-verifier/src/test/java/liquidjava/api/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments