Skip to content

Commit eafe4c7

Browse files
committed
test: update tools assertion
1 parent 67e6891 commit eafe4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ def test_errors_sorted() -> None:
2222

2323
def test_on_no_newlines() -> None:
2424
"""Test that lint works on text without a terminal newline."""
25-
assert len(lint(TEXT_WITH_NO_NEWLINE)) == 1
25+
assert len(lint(TEXT_WITH_NO_NEWLINE)) > 0

0 commit comments

Comments
 (0)