Skip to content

Commit 317746d

Browse files
authored
Update test_hma.py
1 parent b043099 commit 317746d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/multi_table/test_hma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2870,7 +2870,7 @@ def test_hma_1_to_1(data_metadata_1_to_1):
28702870
synthetic_data = synthesizer.sample(scale=1)
28712871

28722872
# Assert
2873-
assert synthetic_data['guests']['guest_email'].equals(synthetic_data['guests']['guest_email'])
2873+
assert synthetic_data['guests']['guest_email'].equals(synthetic_data['rooms']['guest_email'])
28742874
synthesizer.validate(synthetic_data)
28752875
for msg in caught_warnings:
28762876
assert 'ChainedAssignmentError' not in str(msg.message)

0 commit comments

Comments
 (0)