Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
ywqzzy committed Mar 26, 2024
1 parent 63e12cc commit 499438d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/infoschema/infoschema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ func TestBuildSchemaWithGlobalTemporaryTable(t *testing.T) {
_, err = builder.ApplyDiff(m, &model.SchemaDiff{Type: model.ActionCreateTable, SchemaID: db.ID, TableID: tblID, Version: 1})
require.NoError(t, err)
}

}

createNormalTableChange := func(tblID int64) func(m *meta.Meta, builder *infoschema.Builder) {
Expand Down

0 comments on commit 499438d

Please sign in to comment.