diff --git a/tests/integration/reports/single_table/test_diagnostic_report.py b/tests/integration/reports/single_table/test_diagnostic_report.py index 79aa7fe0..a4884593 100644 --- a/tests/integration/reports/single_table/test_diagnostic_report.py +++ b/tests/integration/reports/single_table/test_diagnostic_report.py @@ -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 )