Skip to content

Commit

Permalink
ddl_test: amend the test name to the distinguished one (pingcap#29540)
Browse files Browse the repository at this point in the history
  • Loading branch information
AilinKid authored Nov 8, 2021
1 parent fdfba3e commit f3c9d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/column_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func testDropColumns(c *C, ctx sessionctx.Context, d *ddl, dbInfo *model.DBInfo,
return job
}

func (s *testColumnSuite) TestColumnAAA(c *C) {
func (s *testColumnSuite) TestColumnBasic(c *C) {
d := testNewDDLAndStart(
context.Background(),
c,
Expand Down

0 comments on commit f3c9d96

Please sign in to comment.