Skip to content

Commit

Permalink
fix: refactorting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
siddart1 committed Feb 4, 2025
1 parent 26130b7 commit b1bf4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shellsort_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest
from pysorting import shell_sort, InvalidElementTypeError, NonUniformTypeError, InvalidAscendingTypeError

# Define test cases as fixtures
# Define test cases as fixtures--
@pytest.fixture(params=[
[], # empty array
[1], # single-element array
Expand Down

0 comments on commit b1bf4d5

Please sign in to comment.