Chromium Code Reviews| Index: impl/memory/user_test.go |
| diff --git a/impl/memory/user_test.go b/impl/memory/user_test.go |
| index a49ab7c9cf7ff1afba49719df88b58e8df215778..f96b2e37179c718e009e1aedd36e6498c27a8b67 100644 |
| --- a/impl/memory/user_test.go |
| +++ b/impl/memory/user_test.go |
| @@ -89,11 +89,7 @@ func TestUser(t *testing.T) { |
| Convey("panics on bad email", func() { |
| So(func() { |
| user.Testable().Login("bademail", "", false) |
| - }, ShouldPanicLike, `"bademail" doesn't seem to be a valid email`) |
| - |
| - So(func() { |
| - user.Testable().Login("too@many@ats.com", "", false) |
| - }, ShouldPanicLike, `"too@many@ats.com" doesn't seem to be a valid email`) |
| + }, ShouldPanicLike, `mail: missing phrase`) |
|
martiniss
2015/12/16 21:54:15
Ummm. This error message doesn't mean much to me.
iannucci
2015/12/17 00:01:07
comes from "net/mail"
|
| }) |
| Convey("fake URLs", func() { |