Skip to content

Commit 0f0fe68

Browse files
committed
Use GetTemplatesWithFilter
1 parent c1efec1 commit 0f0fe68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coderd/database/gentest/modelqueries_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ func TestCustomQueriesSyncedRowScan(t *testing.T) {
2323
t.Parallel()
2424

2525
funcsToTrack := map[string]string{
26-
"GetTemplates": "GetAuthorizedTemplates",
27-
"GetWorkspaces": "GetAuthorizedWorkspaces",
28-
"GetUsers": "GetAuthorizedUsers",
26+
"GetTemplatesWithFilter": "GetAuthorizedTemplates",
27+
"GetWorkspaces": "GetAuthorizedWorkspaces",
28+
"GetUsers": "GetAuthorizedUsers",
2929
}
3030

3131
// Scan custom

0 commit comments

Comments
 (0)