We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b043099 commit 317746dCopy full SHA for 317746d
tests/integration/multi_table/test_hma.py
@@ -2870,7 +2870,7 @@ def test_hma_1_to_1(data_metadata_1_to_1):
2870
synthetic_data = synthesizer.sample(scale=1)
2871
2872
# Assert
2873
- assert synthetic_data['guests']['guest_email'].equals(synthetic_data['guests']['guest_email'])
+ assert synthetic_data['guests']['guest_email'].equals(synthetic_data['rooms']['guest_email'])
2874
synthesizer.validate(synthetic_data)
2875
for msg in caught_warnings:
2876
assert 'ChainedAssignmentError' not in str(msg.message)
0 commit comments