mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
This comparison actually does something
This commit is contained in:
parent
8608f37fbb
commit
255ea8f9bf
1 changed files with 1 additions and 1 deletions
|
|
@ -352,4 +352,4 @@ def test_component_contains():
|
|||
assert 'BAZ' not in item
|
||||
|
||||
with pytest.raises(ValueError):
|
||||
42 in item
|
||||
42 in item # noqa: B015
|
||||
|
|
|
|||
Loading…
Reference in a new issue