Page MenuHomeSoftware Heritage

D8134.diff
No OneTemporary

D8134.diff

diff --git a/swh/model/hypothesis_strategies.py b/swh/model/hypothesis_strategies.py
--- a/swh/model/hypothesis_strategies.py
+++ b/swh/model/hypothesis_strategies.py
@@ -133,7 +133,7 @@
).timestamp()
defaults = dict(
seconds=integers(min_seconds, max_seconds),
- microseconds=integers(0, 1000000),
+ microseconds=integers(0, 1000000 - 1),
)
return builds(dict, **{**defaults, **kwargs})

File Metadata

Mime Type
text/plain
Expires
Jun 3 2025, 7:25 PM (9 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3228055

Event Timeline