mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
`invitationExpiresAt` was dated 2026-08-18T12:00:00Z, and the code under test compares it against the wall clock. The suite passed until that instant and has failed for everyone since -- the same commit passed CI at 07:21Z and failed at 14:55Z with no code change between the runs. Pin the clock to a point inside the invitation window instead. Every existing date literal keeps its meaning and the suite stops depending on when it runs. Re-dating the fixture to a later instant would only move the failure.