Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Jan 25, 2022
1 parent ec068b8 commit ff9de08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/db_partition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ func (s *testIntegrationSuite1) TestCreateTableWithListColumnsPartition(c *C) {
ddl.ErrSameNamePartitionField,
},
{
"create table t1 (a int, b int) partition by list columns(a,b,b) ( partition p values in ((1,1)));",
"create table t1 (a int, b int) partition by list columns(a,b,b) ( partition p values in ((1,1,1)));",
ddl.ErrSameNamePartitionField,
},
{
Expand Down

0 comments on commit ff9de08

Please sign in to comment.