Skip to content

Commit 055bd3e

Browse files
author
RajShivu
committed
TestMultiple modified with test cases, and now revert back
1 parent 7b8f3f7 commit 055bd3e

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(11, diagnostics.getErrors().size());
17+
assertEquals(10, diagnostics.getErrors().size());
1818
}
1919

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

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

0 commit comments

Comments
 (0)