Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats committed Nov 22, 2023
1 parent 572c869 commit 65eba2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nchs_mortality/tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
assert (state['val'].sum() == nation['val'].iloc[0])

0 comments on commit 65eba2d

Please sign in to comment.