Skip to content

Commit a1bbb49

Browse files
committed
Fix: dbgen
1 parent 703260f commit a1bbb49

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

coderd/database/dbgen/generator_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,6 @@ func TestGenerator(t *testing.T) {
153153
require.Equal(t, exp, must(db.GetTemplateVersionByID(context.Background(), exp.ID)))
154154
})
155155

156-
t.Run("ParameterSchema", func(t *testing.T) {
157-
t.Parallel()
158-
db := dbfake.New()
159-
exp := dbgen.ParameterSchema(t, db, database.ParameterSchema{})
160-
require.Equal(t, []database.ParameterSchema{exp}, must(db.GetParameterSchemasByJobID(context.Background(), exp.JobID)))
161-
})
162-
163156
t.Run("WorkspaceBuild", func(t *testing.T) {
164157
t.Parallel()
165158
db := dbfake.New()

0 commit comments

Comments
 (0)