Skip to content

Commit 1e9f8d7

Browse files
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d48afb1 commit 1e9f8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/vec_inf/cli/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def test_create_table_with_header():
1414
def test_create_table_without_header():
1515
"""Test create_table without header."""
1616
table = create_table(show_header=False)
17-
assert table.show_header is False
17+
assert table.show_header is False

0 commit comments

Comments
 (0)