Skip to content

Commit b0ecd1a

Browse files
author
dupirefr
committed
[BAEL-3348] Fixed unit test name
1 parent c862b58 commit b0ecd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import static org.assertj.core.api.Assertions.assertThat;
66

7-
class SmallestMissingPositiveIntegerTest {
7+
class SmallestMissingPositiveIntegerUnitTest {
88
@Test
99
void givenArrayWithThreeMissing_whenSearchInSortedArray_thenThree() {
1010
int[] input = new int[] {0, 1, 2, 4, 5};

0 commit comments

Comments
 (0)