Skip to content

Commit b2426f7

Browse files
committed
update test
1 parent 01f89ee commit b2426f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6373,6 +6373,7 @@ func (q *FakeQuerier) UpdateTemplateMetaByID(_ context.Context, arg database.Upd
63736373
tpl.DisplayName = arg.DisplayName
63746374
tpl.Description = arg.Description
63756375
tpl.Icon = arg.Icon
6376+
tpl.GroupACL = arg.GroupACL
63766377
q.templates[idx] = tpl
63776378
return nil
63786379
}

0 commit comments

Comments
 (0)