-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fix failed test in getChainTips RPC #327
Conversation
Code Climate has analyzed commit df89947 and detected 0 issues on this pull request. View more on Code Climate. |
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #327 +/- ##
==========================================
+ Coverage 97.05% 97.09% +0.03%
==========================================
Files 91 91
Lines 2514 2545 +31
Branches 319 323 +4
==========================================
+ Hits 2440 2471 +31
Misses 74 74
Continue to review full report at Codecov.
|
The test passed in the local environment. |
I merge this branch to #323 (The branch that Suraj faced this failed test) Reverted back the code after testing |
What kind of PR is this?:
/kind fix
What this PR does / why we need it:
Fix fail test in getChainTips RPC which happens occasionally.
Which issue(s) does this PR fixes?:
Fixes #326
Additional comments?: