aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

Add return statement to fix unit tests

Open cpyle0819 opened this issue 2 years ago • 0 comments

aws-doc-sdk-examples Pull Request

Thank you for making a submission to the aws-doc-sdk-examples repository. For more information about submitting pull requests to this repository, see Guidelines for contributing.

NOTE: This PR template contains three sections. Depending on the reason for your pull request, please fill out the section that applies to you and then remove the other two sections.

Existing Example Update

The submitter has:

  • [x] Confirmed that the correct copyright is included in all files.
  • [ ] Major code changes have been reviewed, and the submitter has incorporated review comments.
  • [ ] Changed or added comments and strings have been reviewed, and the submitter has incorporated any and all suggested edits.

Resolve Issue

Issue #

Description of Changes

Some missing return statements were causing some unit tests to fail. This adds the missing statements.

Screen Shot 2022-08-08 at 7 34 55 AM
  • [x] I have tested my changes and created unit tests for new code paths.
  • [ ] Changes have been reviewed, and all reviewer comments have been incorporated.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

cpyle0819 avatar Aug 08 '22 11:08 cpyle0819