File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1458,7 +1458,7 @@ func (ts *IntegrationTestSuite) TestUpdateInfo() {
14581458 run , err := ts .client .ExecuteWorkflow (ctx ,
14591459 ts .startWorkflowOptions ("test-update-info" ), ts .workflows .UpdateInfoWorkflow )
14601460 ts .Nil (err )
1461- // Send an update request with a know update ID
1461+ // Send an update request with a known update ID
14621462 handler , err := ts .client .UpdateWorkflow (ctx , client.UpdateWorkflowOptions {
14631463 UpdateID : "testID" ,
14641464 WorkflowID : run .GetID (),
@@ -1467,7 +1467,7 @@ func (ts *IntegrationTestSuite) TestUpdateInfo() {
14671467 WaitForStage : client .WorkflowUpdateStageCompleted ,
14681468 })
14691469 ts .NoError (err )
1470- // Verify the upate handler can access the update info and return the updateID
1470+ // Verify the update handler can access the update info and return the updateID
14711471 var result string
14721472 ts .NoError (handler .Get (ctx , & result ))
14731473 ts .Equal ("testID" , result )
You can’t perform that action at this time.
0 commit comments