Skip to content

Commit

Permalink
fix failed unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
asddongmen committed Dec 7, 2023
1 parent 7538e34 commit 1afb68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdc/api/v2/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ func (c *ReplicaConfig) toInternalReplicaConfigWithOriginConfig(
res.ForceReplicate = c.ForceReplicate
res.CheckGCSafePoint = c.CheckGCSafePoint
res.EnableSyncPoint = c.EnableSyncPoint
res.SQLMode = c.SQLMode
if c.SyncPointInterval != nil {
res.SyncPointInterval = c.SyncPointInterval.duration
}
Expand Down

0 comments on commit 1afb68e

Please sign in to comment.