Skip to content

closedBackward doesn't work when the start value is greater than the last key #72

@devinrsmith

Description

@devinrsmith
  @Test
  public void closedBackwardTest() {
    verify(closedBackward(bb(9), bb(3)), 8, 6, 4);
    ...
  }

Adding the above test fails. I'm assuming other tests will fail similarly when the start value given is outside of the range.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions