Skip to content

Commit ea2b07e

Browse files
committed
Added tests for sorting algorithms
1 parent cafe800 commit ea2b07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sorting_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
22
import random
33

4-
from pygorithms.sorting import (bubble_sort,
4+
from pygorithm.sorting import (bubble_sort,
55
insertion_sort,
66
selection_sort,
77
merge_sort,

0 commit comments

Comments
 (0)