-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PRDP-17] Reach unit tests coverage #14
Conversation
This pull request does not contain a valid label. Please add one of the following labels: |
Comment this PR with update_code to update |
SonarCloud Quality Gate failed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great 🤖
* [PRDP-17] Added unit tests for singleton instances and class constructors * [PRDP-17] Fix error event data null and discarder info * [PRDP-17] Fix function loop in case of wrong biz event structure * [PRDP-17] Throw error in case of invalid biz event message - added unit test * [PRDP-17] Throw receipt not found exception
* [PRDP-17] Added unit tests for singleton instances and class constructors * [PRDP-17] Fix error event data null and discarder info * [PRDP-17] Fix function loop in case of wrong biz event structure * [PRDP-17] Throw error in case of invalid biz event message - added unit test * [PRDP-17] Throw receipt not found exception
List of Changes
Motivation and Context
Reach 80% test coverage
Types of changes