mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
6916d34458
* fix: Change uses of t.Cleanup -> defer in test bodies Mixing t.Cleanup and defer can lead to unexpected order of execution. * fix: Ensure t.Cleanup is not aborted by require * chore: Add helper annotations