diff --git a/parser/model/model_test.go b/parser/model/model_test.go index 671be882d260c..8439c1ce0fcdf 100644 --- a/parser/model/model_test.go +++ b/parser/model/model_test.go @@ -300,7 +300,7 @@ func TestString(t *testing.T) { {ActionDropIndexes, "drop multi-indexes"}, {ActionAlterTablePlacement, "alter table placement"}, {ActionAlterTablePartitionPolicy, "alter table partition policy"}, - {ActionAlterNoCacheTable, "alter no cache table"}, + {ActionAlterNoCacheTable, "alter table nocache"}, } for _, v := range acts {