Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
Signed-off-by: Mini256 <minianter@foxmail.com>
  • Loading branch information
Mini256 committed Dec 19, 2021
1 parent d92f74f commit fa5f208
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ddl/foreign_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ func getForeignKey(t table.Table, name string) *model.FKInfo {
}

func TestForeignKey(t *testing.T) {
t.Parallel()

_, err := infosync.GlobalInfoSyncerInit(context.Background(), "t", func() uint64 { return 1 }, nil, true)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit fa5f208

Please sign in to comment.