-
Notifications
You must be signed in to change notification settings - Fork 143
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
Implement pureChecks for file handler classes #9921
Conversation
Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
Node: E2E Test Results 1 files ± 0 1 suites ±0 21m 40s ⏱️ + 21m 40s Results for commit 059e8b7. ± Comparison against base commit a394b31. This pull request removes 1 and adds 312 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
...service-impl/src/main/java/com/hedera/node/app/service/file/impl/utils/FileServiceUtils.java
Show resolved
Hide resolved
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.
Looks good, with one suggestion.
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, maybe just Joseph suggestion but it is up to you
Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
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: Kim Rader <kim.rader@swirldslabs.com> Signed-off-by: Nick Poorman <nick@swirldslabs.com>
Description:
Implement pureChecks for file handler classes.
Related issue(s):
Fixes #9893