Skip to content

Commit 4964c4d

Browse files
committed
fix bui;d
1 parent ea25fd0 commit 4964c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/testing/testvars/test_vars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ func (tv *TestVars) DeploymentVersionString() string {
252252
}
253253

254254
func (tv *TestVars) DeploymentVersionStringV32() string {
255-
return worker_versioning.ExternalWorkerDeploymentVersionToString(tv.ExternalDeploymentVersion())
255+
return worker_versioning.ExternalWorkerDeploymentVersionToString(tv.DeploymentVersion())
256256
}
257257

258258
func (tv *TestVars) DeploymentVersionTransition() *workflowpb.DeploymentVersionTransition {

0 commit comments

Comments
 (0)