parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
714 stars 133 forks source link

Update meck to fix failing tests #173

Closed reisub closed 3 years ago

reisub commented 3 years ago

Running tests on Elixir 1.12.2 / OTP 24.0.3 produces the following error on 8 of the tests:

** (UndefinedFunctionError) function :erlang.get_stacktrace/0 is undefined or private, use the new try/catch syntax for retrieving the stack backtrace

Updating the meck dependency fixes the issue.

parroty commented 3 years ago

Thanks!