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

test: add topic info tests #2756

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ivaylonikolov7
Copy link
Contributor

Description:
Adds TopicInfo unit tests

Related issue(s): #1219

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
@ivaylonikolov7 ivaylonikolov7 requested review from a team as code owners January 8, 2025 16:06
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
Copy link

sonarqubecloud bot commented Jan 8, 2025

Please retry analysis of this Pull-Request directly on SonarQube Cloud

);
});

it("should decode/encode correctly", function () {
Copy link
Contributor

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?

Copy link
Contributor Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants