mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
88f0131abb
Closes https://github.com/coder/internal/issues/447. The test was failing 30% of the time on Windows without the rounding applied by `dbtime`. `dbtime` was used on the timestamps inserted into the DB, but not within the query. Once using `dbtime` within the query there were no failures in 200 runs.