We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e2b55 commit 8ae827eCopy full SHA for 8ae827e
validators_test.go
@@ -241,7 +241,7 @@ func TestEmail(t *testing.T) {
241
242
// should always be satisfied
243
if !email.IsSatisfied("t0.est+email123@1abc0-def.com") {
244
- t.Errorf(noErrorsMessage, "guarunteed valid email", fmt.Sprintf("email = %s", "t0.est+email123@1abc0-def.com"))
+ t.Errorf(noErrorsMessage, "guaranteed valid email", fmt.Sprintf("email = %s", "t0.est+email123@1abc0-def.com"))
245
}
246
247
// should never be satisfied (this is redundant given the loops above)
0 commit comments