You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the duration query returns a value of type Integer.
We can introduce a new Duration type.
It will enable to make date-specific checks such as
[Asserts]
duration < 1s
The text was updated successfully, but these errors were encountered:
Currently, the
duration
query returns a value of typeInteger
.We can introduce a new
Duration
type.It will enable to make date-specific checks such as
The text was updated successfully, but these errors were encountered: