mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +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:
@ -72,7 +72,7 @@ func TestRotator(t *testing.T) {
|
||||
require.Len(t, dbkeys, initialKeyLen)
|
||||
requireContainsAllFeatures(t, dbkeys)
|
||||
|
||||
trap.MustWait(ctx).Release()
|
||||
trap.MustWait(ctx).MustRelease(ctx)
|
||||
_, wait := clock.AdvanceNext()
|
||||
wait.MustWait(ctx)
|
||||
|
||||
|
Reference in New Issue
Block a user