| 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")
|
|
|
|
|