Skip to content

Commit

Permalink
test: fix non-unique index info in schema storage test (#4371) (#4407)
Browse files Browse the repository at this point in the history
ref #1485
  • Loading branch information
ti-chi-bot authored Jan 21, 2022
1 parent f01d506 commit 1cc882b
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 @@ -129,8 +129,8 @@ func TestTable(t *testing.T) {
Length: 10,
},
},
Unique: true,
Primary: true,
Unique: false,
Primary: false,
State: timodel.StatePublic,
}
// table info
Expand Down

0 comments on commit 1cc882b

Please sign in to comment.