mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-12 14:26:09 -04:00
fixed a merging issue
This commit is contained in:
parent
e5e4aa2c7f
commit
8181c598d3
@ -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(323, new FileScanner(this::check).scan(examples));
|
assertEquals(324, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(514, testCasesInFiles);
|
assertEquals(514, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user