stretchr/testify
Vedi su GitHubassert: NotNil accepts non-nillable types and doesn't fail
Open
#570 aperta il 7 mar 2018
help wanted
Metriche repository
- Star
- (25.958 star)
- Metriche merge PR
- (Merge medio 6g 15h) (2 PR mergiate in 30 g)
Descrizione
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".