stretchr/testify
assert: NotNil accepts non-nillable types and doesn't fail
Ouverte
#570 ouverte le 7 mars 2018
help wanted
Métriques du dépôt
- Stars
- (25 958 étoiles)
- 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".