This comparison actually does something

This commit is contained in:
Hugo Osvaldo Barrera 2021-03-02 23:09:22 +01:00
parent 8608f37fbb
commit 255ea8f9bf

View file

@ -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