Skip to content

Commit 13ede7f

Browse files
committed
fmy
1 parent 9901bde commit 13ede7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enterprise/coderd/workspaces_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ func TestCreateWorkspace(t *testing.T) {
146146
Features: license.Features{
147147
codersdk.FeatureTemplateRBAC: 1,
148148
},
149-
}})
149+
},
150+
})
150151

151152
templateAdmin, _ := coderdtest.CreateAnotherUser(t, ownerClient, owner.OrganizationID, rbac.RoleTemplateAdmin())
152153
user, _ := coderdtest.CreateAnotherUser(t, ownerClient, owner.OrganizationID, rbac.RoleMember())

0 commit comments

Comments
 (0)