Skip to content

Commit ce87b43

Browse files
authored
adding forgotten ,
1 parent 4a883c7 commit ce87b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_searches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from allalgorithms.searches import (
44
binary_search,
5-
fibonacci_search
5+
fibonacci_search,
66
jump_search
77
)
88

@@ -30,4 +30,4 @@ def test_jump_search(self):
3030
self.assertEqual(None, binary_search(arr, -1))
3131

3232
if __name__ == '__main__':
33-
unittest.main()
33+
unittest.main()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy