-
Notifications
You must be signed in to change notification settings - Fork 111
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 balance monitor api tests #4676
Fix balance monitor api tests #4676
Conversation
… 'live' and not tied to the REST API /balances timestamp. Signed-off-by: Marc Kriguer <marc.kriguer@swirldslabs.com>
Signed-off-by: Marc Kriguer <marc.kriguer@swirldslabs.com>
Codecov ReportBase: 92.53% // Head: 92.51% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #4676 +/- ##
============================================
- Coverage 92.53% 92.51% -0.03%
+ Complexity 2954 2952 -2
============================================
Files 542 544 +2
Lines 17426 17508 +82
Branches 1836 1850 +14
============================================
+ Hits 16125 16197 +72
- Misses 949 959 +10
Partials 352 352
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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
Signed-off-by: Marc Kriguer <marc.kriguer@swirldslabs.com>
203e3bc
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* Fix balance monitor api tests to handle the fact that balnces are now 'live' and not tied to the REST API /balances timestamp. Signed-off-by: Marc Kriguer <marc.kriguer@swirldslabs.com>
* Fix balance monitor api tests to handle the fact that balnces are now 'live' and not tied to the REST API /balances timestamp. Signed-off-by: Marc Kriguer <marc.kriguer@swirldslabs.com>
Description:
Fix balance monitor api tests to reflect the fact that balances are now 'live' and not tied to the REST API
/balances
response timestamp.checkBalanceFreshness
call to specify timestamp =getBalancesWithTimeAndLimitParams
check since it no longer makes sense with live balances.Related issue(s):
Fixes #4674
Notes for reviewer:
Checklist