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 c1ad329 commit 881c71cCopy full SHA for 881c71c
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