alfert / propcheck

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

Fix module name in deprecation warning #212

Closed aaronrenner closed 2 years ago

aaronrenner commented 2 years ago

I was reading the docs and found that clicking the link in the deprecation warning for PropCheck.StateM.DSL didn't work. I believe this is because of a capitalization issue in the module name.

alfert commented 2 years ago

Thanks a lot! I use Dash on Mac, there the capitalisation was not an issue. But it will on every Unix filesystem.