minor fix
This commit is contained in:
parent
80cd804802
commit
bd179cdcc1
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue