From 8340df345218e64087d8de8a77c8867b25f878a7 Mon Sep 17 00:00:00 2001 From: sylzd Date: Tue, 23 Nov 2021 10:03:06 +0800 Subject: [PATCH] fix --- parser/model/model_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {