Skip to content

Commit

Permalink
test(ticdc): fix move table integration test (#5345)
Browse files Browse the repository at this point in the history
ref #5301
  • Loading branch information
sdojjy authored May 7, 2022
1 parent dadad88 commit d90a657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/move_table/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func (c *cluster) refreshInfo(ctx context.Context) error {
log.Debug("retrieved changefeeds", zap.Reflect("changefeeds", changefeeds))
var changefeed string
for k := range changefeeds {
changefeed = k
changefeed = k.ID
break
}

Expand Down

0 comments on commit d90a657

Please sign in to comment.