minor fix

This commit is contained in:
DOHA 2016-10-29 19:23:17 +02:00
parent 80cd804802
commit bd179cdcc1
1 changed files with 1 additions and 0 deletions

View File

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