Skip to content

Commit 545adae

Browse files
committed
chore: dbmem gtfo
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 588390f commit 545adae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/telemetry/telemetry_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ func TestTelemetryItem(t *testing.T) {
373373
func TestPrebuiltWorkspacesTelemetry(t *testing.T) {
374374
t.Parallel()
375375
ctx := testutil.Context(t, testutil.WaitMedium)
376-
db := dbmem.New()
376+
db, _ := dbtestutil.NewDB(t)
377377

378378
cases := []struct {
379379
name string

0 commit comments

Comments
 (0)