Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d528d2e

Browse files
committed
dbgen
1 parent 9294a73 commit d528d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbgen/dbgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func Template(t testing.TB, db database.Store, seed database.Template) database.
9090
GroupACL: seed.GroupACL,
9191
DisplayName: takeFirst(seed.DisplayName, namesgenerator.GetRandomName(1)),
9292
AllowUserCancelWorkspaceJobs: seed.AllowUserCancelWorkspaceJobs,
93-
MaxPortSharingLevel: takeFirst(seed.MaxPortShareLevel, 0),
93+
MaxPortSharingLevel: takeFirst(seed.MaxPortSharingLevel, 0),
9494
})
9595
require.NoError(t, err, "insert template")
9696

0 commit comments

Comments
 (0)