Skip to content

Commit ef1ca4f

Browse files
Update path in tests_heapsort.py
1 parent 001673d commit ef1ca4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_heapsort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from src.hw_heapsort.sorts.py import heap_sort, bubble_sort, insertion_sort
2+
from ..src.hw_heapsort.sorts.py import heap_sort, bubble_sort, insertion_sort
33

44
# обычные unit тесты и крайние случаи
55
@pytest.mark.empty

0 commit comments

Comments
 (0)