Skip to content
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

test: fix test failing due to wrong mocking #59

Merged
merged 1 commit into from Apr 2, 2021

Conversation

skaldarnar
Copy link
Member

@skaldarnar skaldarnar commented Apr 2, 2021

Tests are failing with NPE on some JOML vectors. This is because we mocked a class which did not return a value then. Can easily be fixed by not mocking the class but using a dummy instead...

image

@jdrueckert jdrueckert merged commit dbeb47b into develop Apr 2, 2021
@jdrueckert jdrueckert deleted the test/fix-failing-tests branch April 2, 2021 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants