Skip to content

Commit

Permalink
ddl: tiny update
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala committed Feb 10, 2023
1 parent 9f9022e commit 4f4a0d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ddl/ddl_worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"github.com/pingcap/tidb/sessionctx"
"github.com/pingcap/tidb/testkit"
"github.com/pingcap/tidb/util"
tidbutil "github.com/pingcap/tidb/util"
"github.com/stretchr/testify/require"
)

Expand Down Expand Up @@ -315,7 +314,7 @@ func TestUsingReorgCtx(t *testing.T) {
_, domain := testkit.CreateMockStoreAndDomainWithSchemaLease(t, testLease)
d := domain.DDL()

wg := tidbutil.WaitGroupWrapper{}
wg := util.WaitGroupWrapper{}
wg.Run(func() {
jobID := int64(1)
bfJob := &ddl.BackfillJob{JobID: jobID, EleID: 1, EleKey: nil}
Expand Down

0 comments on commit 4f4a0d3

Please sign in to comment.