mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: update testutil chan helpers (#17408)
This commit is contained in:
@@ -117,8 +117,8 @@ func TestFirstUser(t *testing.T) {
|
||||
_, err := client.CreateFirstUser(ctx, req)
|
||||
require.NoError(t, err)
|
||||
|
||||
_ = testutil.RequireRecvCtx(ctx, t, trialGenerated)
|
||||
_ = testutil.RequireRecvCtx(ctx, t, entitlementsRefreshed)
|
||||
_ = testutil.TryReceive(ctx, t, trialGenerated)
|
||||
_ = testutil.TryReceive(ctx, t, entitlementsRefreshed)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user