Skip to content

Commit

Permalink
add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison authored Jul 27, 2023
1 parent 2aef84d commit 0c7bb3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo/test/coretest/test_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ def test_add(self):
assert len(new_blk.groups) == n_groups_start + len(blk.groups)

n_segs_start = len(new_blk.segments)
new_blk.add(*blk.segments)
assert len(new_blk.segments) == n_segs_start + len(blk.segments)


Expand Down

0 comments on commit 0c7bb3a

Please sign in to comment.