Skip to content

Commit 79e6b16

Browse files
committed
test: fix tests
1 parent bc43b45 commit 79e6b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_anonymity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def test_apply_transformation_anon(self):
549549
)
550550

551551
data_transform = utils.apply_transformation(
552-
data_anon, self.quasi_ident, self.hierarchies, [4, 1, 1]
552+
data_anon, self.quasi_ident, hierarchies, [4, 1, 1]
553553
)
554554
assert [4, 1, 1] == utils.get_transformation(
555555
data_transform, self.quasi_ident, self.hierarchies

0 commit comments

Comments
 (0)