fix: max value for column between (#9820)

This commit is contained in:
Teddy 2023-01-19 13:13:35 +01:00 committed by GitHub
parent 14100d089f
commit fd4d39ac05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,9 +177,9 @@ def _(
TestResultValue(
name="max",
value=str(
min_value_res.timestamp()
if isinstance(min_value_res, datetime)
else min_value_res
max_value_res.timestamp()
if isinstance(max_value_res, datetime)
else max_value_res
),
),
],