Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 2, 2025
1 parent b400ca5 commit f9e6416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ def test_NamedList():
assert frame is not None
assert isinstance(frame, BiocFrame)
assert frame.shape == (1, 4)
assert list(frame.get_column_names()) == ["A", "B", "C", "D"]
assert list(frame.get_column_names()) == ["A", "B", "C", "D"]

0 comments on commit f9e6416

Please sign in to comment.