-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix typo in finalyzeAccountId #11990
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #11990 +/- ##
============================================
- Coverage 17.56% 17.56% -0.01%
+ Complexity 15544 15542 -2
============================================
Files 5909 5909
Lines 529056 529059 +3
Branches 64617 64617
============================================
- Hits 92945 92917 -28
- Misses 425656 425688 +32
+ Partials 10455 10454 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@erikbocks, apparently there is a build/compilation error: Could you verify it? |
653ef79 to
bdaa5c8
Compare
lucas-a-martins
left a comment
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.
CLGTM
Description
This PR fixes the
finalyzetypo in theAccountService.finalyzeAccountId()method signature.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
After changing the code, I compiled it with maven, ran the tests and validated that the process was successful.