There was an error while loading. Please reload this page.
1 parent f240475 commit 7e04048Copy full SHA for 7e04048
1 file changed
tests/test_sorts.py
@@ -96,7 +96,7 @@ def test_binary_insertion_sort_rejects_non_comparable_items():
96
97
@pytest.mark.parametrize(
98
"sort",
99
- (bubble_sort_iterative, bubble_sort_recursive),
+ [bubble_sort_iterative, bubble_sort_recursive],
100
ids=lambda f: f.__name__,
101
)
102
def test_bubble_sort_rejects_non_comparable_items(sort):
0 commit comments