[BAEL-3348] Renamed test
This commit is contained in:
@@ -87,7 +87,7 @@ class SmallestMissingPositiveIntegerUnitTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
void givenArrayFromArticleComment_whenSearchInUnsortedArrayBooleanArray_thenZero() {
|
||||
void givenArrayWithoutZero_whenSearchInUnsortedArrayBooleanArray_thenZero() {
|
||||
int[] input = new int[] {11, 13, 14, 15};
|
||||
|
||||
int result = SmallestMissingPositiveInteger.searchInUnsortedArrayBooleanArray(input);
|
||||
|
||||
Reference in New Issue
Block a user