diff options
Diffstat (limited to 'email_test.go')
| -rw-r--r-- | email_test.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/email_test.go b/email_test.go index 431d6e3..1f102ee 100644 --- a/email_test.go +++ b/email_test.go @@ -50,10 +50,3 @@ func TestValidateAlias(t *testing.T) { t.Fatal("'foo' is not a valid alias.") } } - -func TestGetDomain(t *testing.T) { - domain := GetDomain("foo@example.org") - if domain != "example.org" { - t.Fatal("Can't get the domain from the adress.") - } -} |
