fix: set default maximum nesting depth as 512

This commit is contained in:
Cleydyr de Albuquerque
2023-02-02 18:15:03 +01:00
parent 651511f500
commit eb56704e68
3 changed files with 9 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ Public Domain.
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;