Skip to content

Commit 9364916

Browse files
committed
update quartz api
1 parent 5e8ecb7 commit 9364916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentcontainers/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ func TestAPI(t *testing.T) {
857857

858858
// Make sure the ticker function has been registered
859859
// before advancing the clock.
860-
tickerTrap.MustWait(ctx).Release()
860+
tickerTrap.MustWait(ctx).MustRelease(ctx)
861861
tickerTrap.Close()
862862

863863
// Advance the clock to run the updater loop.

0 commit comments

Comments
 (0)