Skip to content

Commit 436a70f

Browse files
committed
wip
1 parent 119d2ac commit 436a70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_data_vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class TestDataVector:
3232
("foo", False),
3333
("bar", True),
3434
("baz", True),
35-
("qux", True),
35+
("qux", False),
3636
])
3737
def test_obsolete(self, name, exception_expected):
3838
"""Test cases for initialization"""

0 commit comments

Comments
 (0)