Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use ExUnit.Case.register_test/6 instead of ExUnit.Case.register_test/… #91

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

Conversation

nickurban
Copy link

@nickurban nickurban commented Jan 8, 2025

Use ExUnit.Case.register_test/6 instead of ExUnit.Case.register_test/4 which is deprecated.

Thanks to @dmitry-semenov for #90 which first included this fix.

@arfl -- is this good to merge?

@axelrizo
Copy link

axelrizo commented Feb 2, 2025

That helped me to remove annoying warnings in elixir 1.18, when executing tests. Thanks!

I'm importing this as:
{:cabbage, git: "https://github.com/nickurban/cabbage.git", ref: "71d3496", only: :test}

Until they decide to merge the commit.

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

Successfully merging this pull request may close these issues.

2 participants