-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(JOML): migrate SectorUtils and Events #4378
feat(JOML): migrate SectorUtils and Events #4378
Conversation
This pull request introduces 1 alert when merging b4b306e into 19c233b - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging ed4b030 into dff2d73 - view on LGTM.com new alerts:
|
Assertions.assertEquals(JomlUtil.from(chunkPosition), | ||
((OnChunkLoaded) mustBeOnLoadedEvent).getChunkPos(), | ||
"Chunk position at event not expected"); |
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.
The order for assertions is expected, actual, message, so I corrected this while adding JomlUtil
conversion to compare vectors of the same type.
Contributes to #3832
Module PRs