Skip to content

Commit

Permalink
Fixed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliank committed Aug 9, 2023
1 parent 2169a3f commit 729174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stl.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ def __fspath__(self):
assert t.parent_path(PseudoStrPath()) == Path("foo")
assert t.parent_path(PseudoBytesPath()) == Path("foo")

def test66_vector_bool():
def test67_vector_bool():
bool_vector = [True, False, True, False]
result = t.flip_vector_bool(bool_vector)
assert result == [not x for x in bool_vector]

0 comments on commit 729174e

Please sign in to comment.