elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
236 stars 40 forks source link

Fix the code snippet in the document of Fuzz.custom #166

Closed Hexirp closed 3 years ago

Hexirp commented 3 years ago

It uses Random.bool, however Random of elm/random 1.0.0 doesn't contain bool.

See also: https://github.com/elm-explorations/test/issues/164

drathier commented 3 years ago

LGTM, thanks for the fix!