mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 15:32:40 -04:00
fixed distribution examples test
This commit is contained in:
parent
73f27b0362
commit
f05f8b492e
@ -28,7 +28,7 @@ public class TestExamples extends TestCase {
|
||||
*/
|
||||
public void testDistExamples() throws Exception {
|
||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||
assertEquals(91, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(92, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(43, testCasesInFiles);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user