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

Upgrade tests to run on Elixir 1.12 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonleighton
Copy link

  • Some fixtures had to be re-recorded. To achieve this I had to
    temporarily edit the relevant tests to ensure there were no errors, so
    that the recording was saved.

  • I got warnings when the Walkman.def_stub/2 calls were inside the test
    block. Moving them into the module solved the problem.

* Some fixtures had to be re-recorded. To achieve this I had to
  temporarily edit the relevant tests to ensure there were no errors, so
  that the recording was saved.

* I got warnings when the Walkman.def_stub/2 calls were inside the test
  block. Moving them into the module solved the problem.
@jonleighton
Copy link
Author

Context: I tried to run the tests but I needed to be running OTP 22. I was unable to compile OTP 22 in my environment. Therefore I worked on updating the tests to run on a more recent release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant