Skip to content

Commit 90ea653

Browse files
committed
resolved misssing name issue with another PR, retrying this one.
1 parent ca09586 commit 90ea653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdc_vaccines/tests/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ def test_output_file_format(self):
7676
df = pd.read_csv(
7777
join("receiving", "20210819_state_cumulative_counts_tot_vaccine.csv")
7878
)
79-
assert (df.columns.values == ["geo_id", "val", "se", "sample_size"]).all()
79+
assert (df.columns.values == ["geo_id", "val", "missing_se", "missing_sample_size"]).all()

0 commit comments

Comments
 (0)