-
Notifications
You must be signed in to change notification settings - Fork 148
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: add topic info tests #2756
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
); | ||
}); | ||
|
||
it("should decode/encode correctly", function () { |
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.
doesn't this test that is calling from/to bytes
call from/to protobuf
? - meaning this test is covering what the rest of the tests are covering?
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.
Not sure if the coverage is gonna say that all the lines are covered this way. It's going to take additional time, I am not sure if it's worth the effort to test this considering the slow CI?
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.
LGTM
Description:
Adds TopicInfo unit tests
Related issue(s): #1219
Checklist