We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119d2ac commit 436a70fCopy full SHA for 436a70f
tests/test_data_vector.py
@@ -32,7 +32,7 @@ class TestDataVector:
32
("foo", False),
33
("bar", True),
34
("baz", True),
35
- ("qux", True),
+ ("qux", False),
36
])
37
def test_obsolete(self, name, exception_expected):
38
"""Test cases for initialization"""
0 commit comments