Skip to content

v2.2.1

Compare
Choose a tag to compare
@vbrazo vbrazo released this 31 Aug 06:02
9365f60

v2.2.1 (2019-30-08)

Bug/Fixes

Faker::Number.number(digits: 1) was always returning 0.

Fixing number with one digit caused the test_insignificant_zero to fail. As it seemed that the behavior tested by test_insignificant_zero was already covered by test_number and test_decimal, we removed it to prevent duplication.