Update unit test section in README

This commit is contained in:
Michael Bull 2020-09-26 16:53:07 +01:00
parent 3d40c70708
commit 3c5b432b55
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ Improvements on the existing solutions include:
- Consistent naming with existing Result libraries from other languages (e.g. - Consistent naming with existing Result libraries from other languages (e.g.
`map`, `mapError`, `mapBoth`, `mapEither`, `and`, `andThen`, `or`, `orElse`, `map`, `mapError`, `mapBoth`, `mapEither`, `and`, `andThen`, `or`, `orElse`,
`unwrap`) `unwrap`)
- Extensive test suite with over 50 [unit tests][unit-tests] covering every library method - Extensive test suite with almost 100 [unit tests][unit-tests] covering every library method
## Example ## Example