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() {
1458
1458
run , err := ts .client .ExecuteWorkflow (ctx ,
1459
1459
ts .startWorkflowOptions ("test-update-info" ), ts .workflows .UpdateInfoWorkflow )
1460
1460
ts .Nil (err )
1461
- // Send an update request with a know update ID
1461
+ // Send an update request with a known update ID
1462
1462
handler , err := ts .client .UpdateWorkflow (ctx , client.UpdateWorkflowOptions {
1463
1463
UpdateID : "testID" ,
1464
1464
WorkflowID : run .GetID (),
@@ -1467,7 +1467,7 @@ func (ts *IntegrationTestSuite) TestUpdateInfo() {
1467
1467
WaitForStage : client .WorkflowUpdateStageCompleted ,
1468
1468
})
1469
1469
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
1471
1471
var result string
1472
1472
ts .NoError (handler .Get (ctx , & result ))
1473
1473
ts .Equal ("testID" , result )
You can’t perform that action at this time.
0 commit comments