Skip to content

Commit c97f8e0

Browse files
ilaifMidnighter
andcommitted
style: use full variable name
Co-authored-by: Midnighter <[email protected]>
1 parent dd39ab8 commit c97f8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_unit/test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def test_show_versions(capsys):
3232

3333
assert lines[7].startswith("Package Versions")
3434
assert lines[8].startswith("================")
35-
assert any(l.startswith("structurizr-python") for l in lines[9:])
35+
assert any(line.startswith("structurizr-python") for line in lines[9:])

0 commit comments

Comments
 (0)