We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1> meck:new(string, [passthrough, no_link, unstick]). ok 2> meck:expect(string, len, 1, 12). ok 3> string:len("apa"). 12 4> meck:delete(string, len, 1). ok 5> string:len("apa"). ** exception error: undefined function string:len/1
The text was updated successfully, but these errors were encountered:
fix eproxus#88
67b7317
Fix eproxus#88
77f63da
Merge pull request #162 from yutopp/support_passthrough_when_deleting
3cf10b5
Fix #88
a5664c5
eaa0359
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: