Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: impl/memory/info_test.go

Issue 2062613002: Add TrimmedAppID to info service. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: impl/memory/info_test.go
diff --git a/impl/memory/info_test.go b/impl/memory/info_test.go
index a598b80fa0218718852f9f16670cddcc17f1f993..0e9eaaf5240be44e37507b2b1c3a6aae06395f08 100644
--- a/impl/memory/info_test.go
+++ b/impl/memory/info_test.go
@@ -14,18 +14,6 @@ import (
)
func TestMustNamespace(t *testing.T) {
- Convey("MustNamespace panics", t, func() {
- c := Use(context.Background())
- i := info.Get(c)
-
- So(func() {
- i.MustNamespace("valid_namespace_name")
- }, ShouldNotPanic)
- So(func() {
- i.MustNamespace("invalid namespace name")
- }, ShouldPanic)
- })
-
Convey("Testable interface works", t, func() {
c := UseWithAppID(context.Background(), "dev~app-id")
« no previous file with comments | « impl/memory/info.go ('k') | impl/prod/info.go » ('j') | service/info/wrapper.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698