cleanup clr step #1

This commit is contained in:
Markus Gylling
2022-09-01 11:05:44 +02:00
parent 41f06f85e0
commit 23a34bd470
7 changed files with 68 additions and 242 deletions
@@ -26,7 +26,8 @@ public class OB30Tests {
@BeforeAll
static void setup() {
validator = new OB30Inspector.Builder()
.set(Behavior.TEST_INCLUDE_SUCCESS, true)
.set(Behavior.TEST_INCLUDE_SUCCESS, true)
.set(Behavior.VALIDATOR_FAIL_FAST, true)
.build();
}