Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve unit test coverage of AccountDelete transactor #3828

Closed
wants to merge 1 commit into from

Conversation

scottschurr
Copy link
Collaborator

High Level Overview of Change

Adds unit tests for the AccountDelete transactor to improve coverage.

Context of Change

While reading through the AccountDelete transactor source code for other reasons, I thought I spotted a potential bug. And I saw, when running code coverage locally, that the case I was wondering about was not exercised by the unit tests.

So I added a unit test to cover the case I was wondering about (it ended up the there was no bug). Then I added more unit tests to try and make the AccountDelete code coverage as complete as is reasonable.

Type of Change

  • Tests (added tests for code that already exists)

This change only adds unit tests, so there's no reason to mention the changes in the release notes.

Copy link
Contributor

@pwang200 pwang200 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 looks good!

@scottschurr scottschurr added the Passed Passed code review & PR owner thinks it's ready to merge. Perf sign-off may still be required. label Apr 21, 2021
This was referenced Jun 2, 2021
@scottschurr scottschurr deleted the acct-delete-preauth branch June 4, 2021 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Passed Passed code review & PR owner thinks it's ready to merge. Perf sign-off may still be required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants