mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: update to coder/quartz v0.2.0 (#18007)
Upgrade to coder/quartz v0.2.0 including fixing up a minor API breaking change.
This commit is contained in:
@ -206,7 +206,7 @@ func TestCloserStack_Timeout(t *testing.T) {
|
||||
defer close(closed)
|
||||
uut.close(nil)
|
||||
}()
|
||||
trap.MustWait(ctx).Release()
|
||||
trap.MustWait(ctx).MustRelease(ctx)
|
||||
// top starts right away, but it hangs
|
||||
testutil.TryReceive(ctx, t, ac[2].started)
|
||||
// timer pops and we start the middle one
|
||||
|
Reference in New Issue
Block a user