mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-13 14:56:29 -04:00
fixes a broken examples test
This commit is contained in:
parent
3fc2af539f
commit
e8b4576515
@ -39,8 +39,8 @@ public class TestExamples extends TestCase {
|
||||
*/
|
||||
public void testDistExamples() throws Exception {
|
||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||
assertEquals(302, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(347, testCasesInFiles);
|
||||
assertEquals(303, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(490, testCasesInFiles);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user