Skip to content

Commit 070117a

Browse files
Jingjing TangJingjing Tang
Jingjing Tang
authored and
Jingjing Tang
committed
update unit tests
1 parent f43c69b commit 070117a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nchs_mortality/tests/test_export.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_export(self):
2929
)
3030

3131
# 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"
3333
assert exists(join("./receiving", expected_name))
3434

3535
output_data = pd.read_csv(join("./receiving", expected_name))
@@ -40,7 +40,7 @@ def test_export(self):
4040
assert (output_data.sample_size.values == [100, 500, 80]).all()
4141

4242
# 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"
4444
assert exists(join("./receiving", expected_name))
4545

4646
output_data = pd.read_csv(join("./receiving", expected_name))

0 commit comments

Comments
 (0)