Clean up tests prior to addressing #579.

This commit is contained in:
A Samuel Pottinger
2022-11-12 17:17:41 +00:00
parent 1b137e27c6
commit 9b19e4add9
2 changed files with 2 additions and 16 deletions

View File

@@ -419,7 +419,7 @@ public class ParserTests {
@Test
public void testMixing() {
expectRunnerException("mixing", 1);
expectRunnerException("mixing", 6);
}
@Test