Skip to content

Commit 99de432

Browse files
committed
correction
1 parent 931ea26 commit 99de432

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/test_bubble_sort.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import pytest
2+
23
from sorting_package.bubble_sort import bubble_sort
34

45

tests/test_heap_sort.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import pytest
2+
23
from sorting_package.heap_sort import heap_sort
34

45

tests/test_merge_sort.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import pytest
2+
23
from sorting_package.merge_sort import merge_sort
34

45

tests/test_quick_sort.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import pytest
2+
23
from sorting_package.quick_sort import quick_sort
34

45

0 commit comments

Comments
 (0)