elixirs / faker

Faker is a pure Elixir library for generating fake data.
MIT License
1.08k stars 217 forks source link

Update faker.ex #571

Open boon-wego opened 3 months ago

boon-wego commented 3 months ago

warning: using map.field notation (without parentheses) to invoke function Faker.Random.Elixir.random_uniform() is deprecated, you must add parentheses instead: remote.function()

I've added:

kmckee commented 4 days ago

Would love to have this merged. I'm getting a warning when running mix.test for this and can't find a way to suppress it without also ignoring all warnings, which is not an option.