Skip to content

Commit 255ea8f

Browse files
author
Hugo Osvaldo Barrera
committed
This comparison actually does something
1 parent 8608f37 commit 255ea8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/utils/test_vobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,4 @@ def test_component_contains():
352352
assert 'BAZ' not in item
353353

354354
with pytest.raises(ValueError):
355-
42 in item
355+
42 in item # noqa: B015

0 commit comments

Comments
 (0)