Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sylzd committed Nov 23, 2021
1 parent 185f5a3 commit 8340df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/model/model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8340df3

Please sign in to comment.