Skip to content

Commit fae6f9f

Browse files
committed
Merge branch 'combine_seq_generic' of https://github.com/BiocPy/compressed-lists into combine_seq_generic
2 parents 4fdd435 + b1c5464 commit fae6f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_base_list_empty_classmeth():
5252
assert isinstance(subset, CompressedList)
5353
assert len(subset) == 2
5454

55+
5556
def test_base_set_names(base_list):
5657
new_names = ["X", "Y", "Z"]
5758

0 commit comments

Comments
 (0)