Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Guzz-T committed Nov 19, 2024
1 parent 119d2ac commit 436a70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TestDataVector:
("foo", False),
("bar", True),
("baz", True),
("qux", True),
("qux", False),
])
def test_obsolete(self, name, exception_expected):
"""Test cases for initialization"""
Expand Down

0 comments on commit 436a70f

Please sign in to comment.