We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6527c43 commit 5e66175Copy full SHA for 5e66175
enterprise/coderd/workspacequota_test.go
@@ -31,7 +31,6 @@ func TestWorkspaceQuota(t *testing.T) {
31
q1, err := client.WorkspaceQuota(ctx, codersdk.Me)
32
require.NoError(t, err)
33
require.EqualValues(t, q1.UserWorkspaceLimit, 0)
34
-
35
})
36
t.Run("Enabled", func(t *testing.T) {
37
t.Parallel()
0 commit comments