asaskevich / govalidator

[Go] Package of validators and sanitizers for strings, numerics, slices and structs
MIT License
6.04k stars 555 forks source link

tests fail on TestIsExistingEmail #391

Closed wangsongc closed 4 years ago

wangsongc commented 4 years ago

log: === CONT TestIsExistingEmail validator_test.go:661: Expected IsExistingEmail("nosuchdomain@bar.coffee") to be false, got true. --- FAIL: TestIsExistingEmail (0.45s)

I have different opinions on the result of IsExistingEmail("nosuchdomain@bar.coffee"), I think the result should be True, not false.

prasunjoshi commented 4 years ago

this can be closed now @wangsongc