Skip to content

Commit 483eec2

Browse files
committed
Edit comments
1 parent 9adf904 commit 483eec2

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
@@ -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)

0 commit comments

Comments
 (0)