minor fix
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user