Skip to content

Commit 3bca88e

Browse files
committed
fix indent
1 parent 8f1e70f commit 3bca88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

combo_cases_and_deaths/tests/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def test_output_files(mock_combine):
290290
if "7dav" in metric and "cumulative" in metric:
291291
continue
292292
expected_files += [date + "_" + geo + "_" + metric + ".csv"]
293-
assert set(csv_files) == set(expected_files)
293+
assert set(csv_files) == set(expected_files)
294294

295295
if __name__ == '__main__':
296296
unittest.main()

0 commit comments

Comments
 (0)