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

Support meck:expect with improper list mock data #102

Merged
merged 2 commits into from Mar 31, 2013
Merged

Support meck:expect with improper list mock data #102

merged 2 commits into from Mar 31, 2013

Conversation

adbl
Copy link
Contributor

@adbl adbl commented Mar 27, 2013

Using meck:expect wich a dict as mock data caused crash in
lists:any, since dicts use improper lists.

Andreas Amsenius and others added 2 commits March 27, 2013 14:06
Using meck:expect wich a dict as mock data caused crash in
lists:any, since dicts use improper lists.

Implement separate lists_any function which can handle improper lists.
@eproxus
Copy link
Owner

eproxus commented Mar 31, 2013

Good find! Thanks for the patch!

eproxus added a commit that referenced this pull request Mar 31, 2013
Support meck:expect with improper list mock data
@eproxus eproxus merged commit 2681215 into eproxus:develop Mar 31, 2013
@eproxus eproxus added the bug label Jun 28, 2017
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

3 participants