Updated emails in unit tests to include '+'

Этот коммит содержится в:
Reed Garmsen
2015-12-13 14:21:23 -08:00
родитель ce03fbc6d8
Коммит e7eb86c8c3
14 изменённых файлов: 128 добавлений и 128 удалений

Просмотреть файл

@@ -45,7 +45,7 @@ func TestTeamIsValid(t *testing.T) {
t.Fatal("should be invalid")
}
o.Email = "corey@hulen.com"
o.Email = "corey+test@hulen.com"
o.DisplayName = strings.Repeat("01234567890", 20)
if err := o.IsValid(true); err == nil {
t.Fatal("should be invalid")