Skip to content

Commit

Permalink
test: fix non-unique index info in schema storage test (pingcap#4371) (
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jan 24, 2022
1 parent ad129ee commit 027b604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdc/entry/schema_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ func (*schemaSuite) TestTable(c *check.C) {
Length: 10,
},
},
Unique: true,
Primary: true,
Unique: false,
Primary: false,
State: timodel.StatePublic,
}
// table info
Expand Down

0 comments on commit 027b604

Please sign in to comment.