[BAEL-3348] Renamed test

This commit is contained in:
dupirefr
2019-12-04 07:37:50 +01:00
parent 39b0f0561f
commit 1b285c703e

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