Skip to content

Commit

Permalink
integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jun 19, 2024
1 parent af7e837 commit e5ebcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_drop_unknown_references_drop_missing_values(metadata, data, capsys):
data['child'].loc[4, 'parent_id'] = np.nan

# Run
cleaned_data = drop_unknown_references(data, metadata)
cleaned_data = drop_unknown_references(data, metadata, drop_missing_values=True)
metadata.validate_data(cleaned_data)
captured = capsys.readouterr()

Expand Down

0 comments on commit e5ebcb5

Please sign in to comment.