Skip to content

Commit 4230e39

Browse files
Jingjing TangJingjing Tang
Jingjing Tang
authored and
Jingjing Tang
committed
updated unit tests
1 parent 3c06160 commit 4230e39

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
2.57 KB
Binary file not shown.

quidel/tests/test_geo_maps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_msa(self):
7575

7676
df = pd.DataFrame(
7777
{
78-
"zip": [1607, 73716, 73719, 76010, 74435, 74936],
78+
"zip": [1607, 73716, 73719, 76010, 74945, 74936],
7979
"timestamp": ["2020-06-15", "2020-06-15", "2020-06-15",
8080
"2020-06-15", "2020-06-15", "2020-06-15"],
8181
"totalTest": [100, 50, 200, 200, 250, 500],

quidel/tests/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from os import listdir, remove
1+
from os import listdir
22
from os.path import join
33

44
import pandas as pd

0 commit comments

Comments
 (0)