Skip to content

Commit 5d3bc34

Browse files
committed
binary-search
1 parent 7be2612 commit 5d3bc34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/binary-search/src/test/java/BinarySearchTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void findsAValueAtTheEndOfAnArray() throws ValueNotFoundException {
5555

5656
@Disabled("Remove to run test")
5757
@Test
58-
@DisplayName("")
58+
@DisplayName("finds a value in an array of odd length")
5959
public void findsAValueInAnArrayOfOddLength() throws ValueNotFoundException {
6060
List<Integer> sortedListOfOddLength = List.of(1, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 634);
6161

0 commit comments

Comments
 (0)