minor fix

This commit is contained in:
DOHA 2016-10-29 19:23:17 +02:00
parent 80cd804802
commit bd179cdcc1

View File

@ -19,6 +19,7 @@ class FirstTest {
.sum() > 5, "Sum should be greater than 5"); .sum() > 5, "Sum should be greater than 5");
} }
@Disabled("test to show MultipleFailuresError")
@Test @Test
void groupAssertions() { void groupAssertions() {
int[] numbers = {0, 1, 2, 3, 4}; int[] numbers = {0, 1, 2, 3, 4};