mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-07-28 12:32:28 +02:00
ae22dff4bc
Test data used a hardcoded _NOW (2026-07-12 12:00 UTC) while run_evaluation used real datetime.now(), causing a time-window flake once wall-clock time exceeded _NOW + window_hours (24h). Tests now pass now=_NOW explicitly; production callers are unaffected (defaults to datetime.now(timezone.utc) when not provided).