[BAEL-3348] Renamed test
This commit is contained in:
parent
bdfe144e00
commit
7c3435a946
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue