mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 17:34:43 -04:00
fixed the broken build
This commit is contained in:
parent
41b487a60e
commit
356f5fb06f
@ -29,7 +29,7 @@ public class TestExamples extends TestCase {
|
||||
*/
|
||||
public void testDistExamples() throws Exception {
|
||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||
assertEquals(204, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(205, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(109, testCasesInFiles);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user