Skip to content

Commit 3b828cf

Browse files
author
King Long Tse
committed
updated test to cover case with timestamp
1 parent e8a9dbf commit 3b828cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_export_filtered_dates(client,
8484
regular_export = project.export_labels(download=True)
8585
assert len(regular_export) == 1
8686

87-
filtered_export = project.export_labels(download=True, start="2020-01-01")
87+
filtered_export = project.export_labels(download=True, start="2020-01-01 00:00:00")
8888
assert len(filtered_export) == 1
8989

9090
empty_export = project.export_labels(download=True,

0 commit comments

Comments
 (0)