NoIssue: Fix description
This commit is contained in:
@@ -11,9 +11,9 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
@DisplayName("Sad Random Ints Tests")
|
||||
public class IncorrectRandomIntsTests {
|
||||
|
||||
@DisplayName("RandomInts.getSomeInts()")
|
||||
@DisplayName("Do incorrect range bounds throw?")
|
||||
@Test
|
||||
void testThatMinBoundIsGreaterThanMaxBoundThrows() {
|
||||
void testThatItThrowsWhenMinBoundIsGreaterThanMaxBound() {
|
||||
// Arrange
|
||||
int minBound = 10;
|
||||
int maxBound = 5;
|
||||
Reference in New Issue
Block a user