Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Aug 14, 2024
1 parent e773307 commit 1b611a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_partitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_partition_roundtrip(self):

def test_merge_partition_single(self):
partitions = [self.uds]
back = xu.merge_partitions(partitions)
back = pt.merge_partitions(partitions)
assert back == self.uds

def test_merge_partitions__errors(self):
Expand Down

0 comments on commit 1b611a9

Please sign in to comment.