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

Fix order of ByteArray assertion params #211

Merged

Conversation

samsonjs
Copy link
Contributor

Description
Expected and actual values were swapped by mistake for shouldBeEqualTo and shouldNotBeEqualTo for ByteArrays. Now the expected value is passed as the first param to assertArrayEquals.

Checklist

  • I've added my name to the AUTHORS file, if it wasn't already present.

samsonjs and others added 2 commits February 14, 2022 20:46
Expected and actual values passed to assertArrayEquals were swapped
by mistake.
@MarkusAmshove MarkusAmshove merged commit 4b2d5f1 into MarkusAmshove:master Oct 8, 2022
@samsonjs samsonjs deleted the fix/ByteArray-assertion-order branch October 8, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants