Skip to content

Commit 55b05fe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a9bc668 commit 55b05fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sorts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_sort_matches_builtin(sort, case):
9595
binary_insertion_sort,
9696
bubble_sort_iterative,
9797
bubble_sort_recursive,
98-
insertion_sort
98+
insertion_sort,
9999
],
100100
ids=lambda f: f.__name__,
101101
)

0 commit comments

Comments
 (0)