mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-15 15:58:41 -04:00
fixes a broken test
This commit is contained in:
parent
a4d3b5d269
commit
ae0c51663a
@ -40,7 +40,7 @@ public class TestExamples extends TestCase {
|
|||||||
public void testDistExamples() throws Exception {
|
public void testDistExamples() throws Exception {
|
||||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||||
assertEquals(301, new FileScanner(this::check).scan(examples));
|
assertEquals(301, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(258, testCasesInFiles);
|
assertEquals(325, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user