-
Notifications
You must be signed in to change notification settings - Fork 801
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
Tests for common/domain: tests TestGetDLQSize, TestRangeDeleteMessagesFromDLQ and TestDeleteMessageFromDLQ #5741
Conversation
} | ||
}) | ||
} | ||
} |
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.
will add extra line with next ongoing PR
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.
PR checks are failing. make fmt
should take care
Codecov Report
Additional details and impacted filessee 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
} | ||
}) | ||
} | ||
} |
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.
PR checks are failing. make fmt
should take care
Pull Request Test Coverage Report for Build 018e1658-d902-4b3d-b1c8-0b4f1bb3a4caDetails
💛 - Coveralls |
What changed?
Wrote tests for:
Why?
Increase code coverage and better coding standards
How did you test it?
Unit tests
Potential risks
No risks as it only contains test with mock calls.