alfert / propcheck

Property based Testing for Elixir (based upon PropEr)
GNU General Public License v3.0
376 stars 42 forks source link

fix: use ExUnit.Case.register_test/6 rather than ExUnit.Case.register_test/4 #227

Closed ahamez closed 5 months ago

ahamez commented 5 months ago

ExUnit.Case.register_test/4 is deprecated since Elixir 1.12

evnu commented 5 months ago

Thanks. Can you format the file? :)

ahamez commented 5 months ago

Done!

ahamez commented 1 month ago

Hello 👋 Would it possible to release a new version with this fix? 🙏