Skip to content

Commit c5cfc78

Browse files
committed
Merge branch 'bugfix/UpdateSimpleBinarySearch' of https://github.com/kanilsz/Python into bugfix/UpdateSimpleBinarySearch
2 parents e6b3d8b + c17857e commit c5cfc78

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_binary_search_leftmost.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ def test_binary_search_not_found():
1515

1616
def test_binary_search_single_element():
1717
assert binary_search([5], 5) == 0
18-

0 commit comments

Comments
 (0)