Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d36c915

Browse files
committed
fix tests
1 parent bf6f36d commit d36c915

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integration_test_30_remote.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,6 @@ def test_remote_datetimes(api_anon_client: ApiClient) -> None:
9595
assert remote.end_datetime is None
9696

9797
remote.make_results()
98-
remote.start_datetime is not None
99-
remote.end_datetime is not None
98+
assert remote.start_datetime is not None
99+
assert remote.end_datetime is not None
100+
assert remote.creation_datetime < remote.start_datetime < remote.end_datetime

0 commit comments

Comments
 (0)