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

ledger: fix error condition leaked from KV-related refactoring #5678

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

algorandskiy
Copy link
Contributor

@algorandskiy algorandskiy commented Aug 17, 2023

Summary

Pulling a error checking bugfix from #5677 introduced #5451 by me.

Test Plan

Existing tests

Copy link
Contributor

@AlgoAxel AlgoAxel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if x != 1 || x!=2 will always return true, so this fix is obviously correct

@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Merging #5678 (828dea4) into master (3200ad7) will decrease coverage by 0.32%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #5678      +/-   ##
==========================================
- Coverage   55.21%   54.90%   -0.32%     
==========================================
  Files         465      465              
  Lines       64971    64971              
==========================================
- Hits        35873    35671     -202     
- Misses      26712    26894     +182     
- Partials     2386     2406      +20     
Files Changed Coverage Δ
ledger/acctdeltas.go 81.43% <0.00%> (ø)

... and 37 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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

Successfully merging this pull request may close these issues.

3 participants