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");
|
.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};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user