mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 22:41:59 -04:00
fixed TestExamples
This commit is contained in:
parent
ef4c1e64f6
commit
f80fde69f5
@ -40,8 +40,8 @@ public class TestExamples extends TestCase {
|
||||
*/
|
||||
public void testTestExamples() throws Exception {
|
||||
File examples = new File(Resources.getRoot(), "/dig/test");
|
||||
assertEquals(101, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(93, testCasesInFiles);
|
||||
assertEquals(102, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(94, testCasesInFiles);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user