Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Nov 17, 2023
1 parent 8dcf467 commit c716f20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ def test_report_runs_with_mismatch_data_metadata(self):
# Assert
expected_properties = pd.DataFrame({
'Property': ['Data Validity', 'Data Structure'],
'Score': [0.5, 0.4444444]
'Score': [0.5, 0.5]
})
assert report.get_score() == 0.47222222222222227
assert report.get_score() == 0.5
pd.testing.assert_frame_equal(
report.get_properties(), expected_properties
)

0 comments on commit c716f20

Please sign in to comment.