Skip to content

Commit 974a846

Browse files
committed
fix linter issues
1 parent 1f2e2ee commit 974a846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,8 @@ type testVersionedWorkflowTestCase struct {
674674
// but not on worker with inCompatibleVersions
675675
func (ts *IntegrationTestSuite) testVersionedWorkflow(c testVersionedWorkflowTestCase) {
676676
SetupWorkerForVersionedWorkflow(c.version, ts.worker)
677-
wfId := fmt.Sprintf("test-versioned-workflow-v%d", c.version)
678-
execution, err := ts.executeWorkflow(wfId, VersionedWorkflowName, nil, "arg")
677+
wfID := fmt.Sprintf("test-versioned-workflow-v%d", c.version)
678+
execution, err := ts.executeWorkflow(wfID, VersionedWorkflowName, nil, "arg")
679679
ts.NoError(err)
680680

681681
c.compatibleVersions = append(c.compatibleVersions, c.version)

0 commit comments

Comments
 (0)