-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Improve readability of testReadMarkerCompatibility #4759
Conversation
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.
Thanks!
Could you please sign your commit to pass DCO check? https://github.com/JanusGraph/janusgraph/pull/4759/checks?check_run_id=36459918966 |
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.
Thank you for clean-up! You should also remove unused imports as lint suggested:
Error: /home/runner/work/janusgraph/janusgraph/janusgraph-backend-testutils/src/main/java/org/janusgraph/diskstorage/log/LogTest.java:43:15: Unused import - org.junit.jupiter.api.Assertions.fail. [UnusedImports]
2295dda
to
ec0f56e
Compare
Improves the readability of the test. Replaces manual exception handling with the testing framework's built-in features (e.g., assertThrows), improving readability, maintainability, and debugging efficiency. Signed-off-by: pedro_Simoes <pelusimoes3@gmail.com> Signed-off-by: pedro_Simoes <115429183+pedrinhoeu@users.noreply.github.com>
Signed-off-by: pedro_Simoes <pelusimoes3@gmail.com> Signed-off-by: pedro_Simoes <115429183+pedrinhoeu@users.noreply.github.com>
Signed-off-by: pedro_Simoes <115429183+pedrinhoeu@users.noreply.github.com>
Improves the readability of the test. Replaces manual exception handling with the testing framework's built-in features (e.g., assertThrows), improving readability, maintainability, and debugging efficiency.
Thank you for contributing to JanusGraph!
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
For all changes:
master
)?