Skip to content

Commit 37bc65a

Browse files
committed
update unittest for merged config
1 parent 40dfe17 commit 37bc65a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doctor_visits/tests/test_classconfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ def test_values(self):
99
conf = Config()
1010

1111
assert conf.CLI_COLS == ["Covid_like", "Flu_like", "Mixed"]
12-
assert conf.MIN_OBS == 2500
12+
assert conf.MIN_RECENT_VISITS == 100
13+
assert conf.MIN_RECENT_OBS == 3

0 commit comments

Comments
 (0)