Skip to content

Commit a64fc54

Browse files
Jingjing TangJingjing Tang
Jingjing Tang
authored and
Jingjing Tang
committed
fix unit tests for export
1 parent 03f69d6 commit a64fc54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google_health/tests/test_export.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@ def test_export(self):
2020
"timestamp": ["2020-02-02", "2020-02-03"] * 3,
2121
}
2222
)
23+
24+
start_date = "2020-02-02"
25+
2326
td = TemporaryDirectory()
2427
export_csv(
2528
input_data,
2629
geo_name="region",
2730
sensor="thing",
2831
smooth=False,
32+
start_date=start_date,
2933
receiving_dir=td.name,
3034
)
3135

0 commit comments

Comments
 (0)