From 1b611a921fc0a7fba61024f9d6b2006fc57304d5 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:50:00 +0200 Subject: [PATCH] fix typo --- tests/test_partitioning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_partitioning.py b/tests/test_partitioning.py index e1d8da9c..10cd65fb 100644 --- a/tests/test_partitioning.py +++ b/tests/test_partitioning.py @@ -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):