KazuCocoa / ex_parameterized

This library support parameterized test with test_with_params macro.
https://github.com/KazuCocoa/ex_parameterized
MIT License
29 stars 7 forks source link

Fix unused variable warnings and typo #21

Closed LysanderGG closed 6 years ago

LysanderGG commented 6 years ago

Hi, I had the following warnings when using your lib, so here is a PR to fix them.

warning: variable "list" is unused
  lib/ex_parameterized/params.ex:57

warning: variable "list" is unused
  lib/ex_parameterized/params_callback.ex:60