Skip to content

Commit

Permalink
Merge branch 'main' into update-tests-two-bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdish-15 authored Dec 29, 2024
2 parents bba5d41 + a73fb98 commit 10230fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void aValueSmallerThanTheArraysSmallestValueIsNotFound() {

@Disabled("Remove to run test")
@Test
public void aValueLargerThanTheArraysSmallestValueIsNotFound() throws ValueNotFoundException {
public void aValueLargerThanTheArraysLargestValueIsNotFound() throws ValueNotFoundException {
List<Integer> sortedList = List.of(1, 3, 4, 6, 8, 9, 11);

BinarySearch search = new BinarySearch(sortedList);
Expand Down

0 comments on commit 10230fc

Please sign in to comment.