Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Oct 4, 2022
1 parent 5ca00cb commit 295e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ const describe = testCase.assertions.awsApiCall('StepFunctions', 'describeExecut
executionArn: start.getAttString('executionArn'),
}).expect(ExpectedResult.objectLike({
status: 'SUCCEEDED',
})).wait();
})).waitForAssertions();
```

When you call `wait()` the assertion provider will continuously make the `awsApiCall` until the
Expand Down

0 comments on commit 295e431

Please sign in to comment.