Skip to content

Commit ab68496

Browse files
committed
fix test build
1 parent d220d53 commit ab68496

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/xdc/user_data_replication_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package xdc
22

33
import (
44
"fmt"
5+
deploymentpb "go.temporal.io/api/deployment/v1"
56
"testing"
67
"time"
78

@@ -273,7 +274,7 @@ func (s *UserDataReplicationTestSuite) TestUserDataIsReplicatedFromActiveToPassi
273274
s.Require().NoError(err)
274275

275276
expectedVersionData := &deploymentspb.DeploymentVersionData{
276-
Version: &deploymentspb.WorkerDeploymentVersion{
277+
DeploymentVersion: &deploymentpb.WorkerDeploymentVersion{
277278
BuildId: "v1",
278279
DeploymentName: "d1",
279280
},

0 commit comments

Comments
 (0)