Skip to content

Commit 881c71c

Browse files
committed
add more tests
1 parent c1ad329 commit 881c71c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enterprise/coderd/workspacequota_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ func TestWorkspaceQuota(t *testing.T) {
3131
q1, err := client.WorkspaceQuota(ctx, codersdk.Me)
3232
require.NoError(t, err)
3333
require.EqualValues(t, q1.UserWorkspaceLimit, 0)
34-
3534
})
3635
t.Run("Enabled", func(t *testing.T) {
3736
t.Parallel()

0 commit comments

Comments
 (0)