Skip to content

Commit f6a3e7c

Browse files
Update tests/test_sort.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 8855ea3 commit f6a3e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_returns_none_if_columns_missing() -> None:
7777
file_path.unlink()
7878

7979

80-
def test_returns_none_for_non_existent_file() -> None:
80+
def test_returns_false_for_non_existent_file() -> None:
8181
"""Verify that False is returned if the input file does not exist."""
8282
assert (
8383
sort_for_self_referencing(

0 commit comments

Comments
 (0)