Skip to content

Commit afea7c8

Browse files
committed
test: fix test
1 parent 61998c3 commit afea7c8

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
@@ -552,7 +552,7 @@ def test_apply_transformation_anon(self):
552552
data_anon, self.quasi_ident, hierarchies, [4, 1, 1]
553553
)
554554
assert [4, 1, 1] == utils.get_transformation(
555-
data_transform, self.quasi_ident, self.hierarchies
555+
data_transform, self.quasi_ident, hierarchies
556556
)
557557

558558
def test_generate_intervals(self):

0 commit comments

Comments
 (0)