We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1efec1 commit 0f0fe68Copy full SHA for 0f0fe68
coderd/database/gentest/modelqueries_test.go
@@ -23,9 +23,9 @@ func TestCustomQueriesSyncedRowScan(t *testing.T) {
23
t.Parallel()
24
25
funcsToTrack := map[string]string{
26
- "GetTemplates": "GetAuthorizedTemplates",
27
- "GetWorkspaces": "GetAuthorizedWorkspaces",
28
- "GetUsers": "GetAuthorizedUsers",
+ "GetTemplatesWithFilter": "GetAuthorizedTemplates",
+ "GetWorkspaces": "GetAuthorizedWorkspaces",
+ "GetUsers": "GetAuthorizedUsers",
29
}
30
31
// Scan custom
0 commit comments