File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def test_export(self):
29
29
)
30
30
31
31
# check data for 2020-06-02
32
- expected_name = f"weekly_202024_state_region_thing .csv"
32
+ expected_name = f"weekly_202023_state_region_thing .csv"
33
33
assert exists (join ("./receiving" , expected_name ))
34
34
35
35
output_data = pd .read_csv (join ("./receiving" , expected_name ))
@@ -40,7 +40,7 @@ def test_export(self):
40
40
assert (output_data .sample_size .values == [100 , 500 , 80 ]).all ()
41
41
42
42
# check data for 2020-06-03
43
- expected_name = f"weekly_202025_state_region_thing .csv"
43
+ expected_name = f"weekly_202024_state_region_thing .csv"
44
44
assert exists (join ("./receiving" , expected_name ))
45
45
46
46
output_data = pd .read_csv (join ("./receiving" , expected_name ))
You can’t perform that action at this time.
0 commit comments