stretchr/testify
Voir sur GitHubassert: NotNil accepts non-nillable types and doesn't fail
Open
#570 ouverte le 7 mars 2018
help wanted
Métriques du dépôt
- Stars
- (25 958 stars)
- Métriques de merge PR
- (Merge moyen 6j 15h) (2 PRs mergées en 30 j)
Description
isNil will always return false, so NotNil will always return true for int, string, struct, etc.
I would expect it to error with "invalid type".