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

Add a test for argument assertion using maps #1

Closed
wants to merge 2 commits into from

Conversation

mrnovalles
Copy link
Owner

While using the called function with Map arguments I noticed that the matching was not exact, but that a map with different amount of key/values was still being mapped.

This PR adds a test to make sure that this is no longer the case and that assertion of a called function where an argument is a map is always against the same exact map.

The meck counterpart PR is: eproxus/meck#244
Tests will not be green until this PR is merged and a meck version bump is made.

@mrnovalles mrnovalles closed this Feb 5, 2024
@mrnovalles mrnovalles deleted the assert-called-w-map branch February 6, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant