Skip to content

Fix `from_now()` function test

Related to CI fail: https://gitlab.syncad.com/hive/hive/-/jobs/743338

It is not possible to use the function tt.Time.from_now() with parameter = 0

The failure in test occurred when the function

random.randint(-1000, 1000)

returned a value of 0

Merge request reports