From 65eba2d118347785ab148720b5c56728a5254a79 Mon Sep 17 00:00:00 2001 From: Rostyslav Zatserkovnyi Date: Wed, 22 Nov 2023 18:07:28 +0200 Subject: [PATCH] Add newline --- nchs_mortality/tests/test_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])