(ctx context.Context, t *testing.T, client *codersdk.Client, organizationID string, consumed, total int)
| 32 | ) |
| 33 | |
| 34 | func verifyQuota(ctx context.Context, t *testing.T, client *codersdk.Client, organizationID string, consumed, total int) { |
| 35 | verifyQuotaUser(ctx, t, client, organizationID, codersdk.Me, consumed, total) |
| 36 | } |
| 37 | |
| 38 | func verifyQuotaUser(ctx context.Context, t *testing.T, client *codersdk.Client, organizationID string, user string, consumed, total int) { |
| 39 | t.Helper() |
no test coverage detected