Skip to content

Commit

Permalink
ddl: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala committed May 20, 2021
1 parent b83e0bd commit f6e55f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddl/db_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2614,7 +2614,8 @@ func (s *testIntegrationSuite5) TestDropColumnsWithMultiIndex(c *C) {
tk.MustQuery(query).Check(testkit.Rows())
}

func (s *testIntegrationSuite5) TestDropLastVisibleColumnOrColumns(c *C) {
func (s *testSerialDBSuite) TestDropLastVisibleColumnOrColumns(c *C) {
defer config.RestoreFunc()
config.UpdateGlobal(func(conf *config.Config) {
conf.Experimental.AllowsExpressionIndex = true
})
Expand Down

0 comments on commit f6e55f2

Please sign in to comment.