[BAEL-3348] Renamed test

This commit is contained in:
dupirefr 2019-12-04 07:37:50 +01:00
parent bdfe144e00
commit 7c3435a946
1 changed files with 1 additions and 1 deletions

View File

@ -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);