diff --git a/nchs_mortality/tests/test_run.py b/nchs_mortality/tests/test_run.py index 4780be05f..342525a47 100644 --- a/nchs_mortality/tests/test_run.py +++ b/nchs_mortality/tests/test_run.py @@ -86,4 +86,4 @@ def test_nation_state_aggregation(self, run_as_module, date): join(output_folder, f"weekly_202026_nation_deaths_covid_incidence_num.csv") ) # Assert that the national value is the sum of state values - assert (state['val'].sum() == nation['val'].iloc[0]) \ No newline at end of file + assert (state['val'].sum() == nation['val'].iloc[0])