Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: adjust vaccination by day assertion data #41

Merged
merged 1 commit into from
Aug 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: adjust vaccination by day assertion data
jalezi committed Aug 23, 2021
commit 27024c510c3beb431620daa43ad954f8c7f790e4
4 changes: 2 additions & 2 deletions test/test.py
Original file line number Diff line number Diff line change
@@ -32,8 +32,8 @@ def assertRow(row, expected_date, expected_first, expected_second):
#! NIJZ is changing data tests could fail in the future
assertRow(data[9], datetime.datetime(2021, 1, 5), 15711, 0)
assertRow(data[22], datetime.datetime(2021, 1, 18), 49100, 315)
assertRow(data[41], datetime.datetime(2021, 2, 6), 56066, 45339)
assertRow(data[42], datetime.datetime(2021, 2, 7), 56066, 45339)
assertRow(data[41], datetime.datetime(2021, 2, 6), 56066, 45823)
assertRow(data[42], datetime.datetime(2021, 2, 7), 56066, 45823)

# values should be growing
firstPrevious = 0