bitwalker / swarm

Easy clustering, registration, and distribution of worker processes for Erlang/Elixir
MIT License
1.19k stars 102 forks source link

found quoted keyword "test" but the quotes are not required #99

Closed tgotwig closed 6 years ago

tgotwig commented 6 years ago

Hey there 🤗​

When I compiling my mix dependencies I receive the following warning because of mix.exs:63

warning: found quoted keyword "test" but the quotes are not required. Note that keywords are always atoms, even when quoted, and quotes should only be used to introduce keywords with foreign characters in them

bitwalker commented 6 years ago

Fixed in master. Thanks!