10000 chore: add comment to use mock instead · coder/coder@08a642f · GitHub
[go: up one dir, main page]

Skip to content

Commit 08a642f

Browse files
committed
chore: add comment to use mock instead
1 parent e99761c commit 08a642f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/searchquery/search_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ func TestSearchWorkspace(t *testing.T) {
270270
c := c
271271
t.Run(c.Name, func(t *testing.T) {
272272
t.Parallel()
273+
// TODO: Replace this with the mock database.
273274
db := dbmem.New()
274275
if c.Setup != nil {
275276
c.Setup(t, db)

0 commit comments

Comments
 (0)
0