-
Notifications
You must be signed in to change notification settings - Fork 30
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
test: Increase moduletemplateinfolookup testcoverage #2273
test: Increase moduletemplateinfolookup testcoverage #2273
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.
Overall looks good! Just some hints for tests cases that should be easy to add and will get us close to 100%
With this one, I am actually not sure... If I understand the code correctly, this cannot happen because if those two things don't match, the filterTemplatesByChannel func won't return a template.
pkg/templatelookup/moduletemplateinfolookup/by_channel_strategy_test.go
Outdated
Show resolved
Hide resolved
pkg/templatelookup/moduletemplateinfolookup/by_channel_strategy_test.go
Outdated
Show resolved
Hide resolved
b142c14
to
a329ba8
Compare
34b6e82
to
a5555f7
Compare
Description
Changes proposed in this pull request:
Related issue(s)
Resolves #2202