| Index: go/src/infra/gae/libs/wrapper/memory/key_test.go
|
| diff --git a/go/src/infra/gae/libs/wrapper/memory/key_test.go b/go/src/infra/gae/libs/wrapper/memory/key_test.go
|
| index 633a5ad5ca4bf7ac7e68d4a06a2ef8bab0d6306c..3bb9f8e994a2932dc82f7aec2ced6264ecff54d6 100644
|
| --- a/go/src/infra/gae/libs/wrapper/memory/key_test.go
|
| +++ b/go/src/infra/gae/libs/wrapper/memory/key_test.go
|
| @@ -42,7 +42,7 @@ func TestKeyBinaryStuff(t *testing.T) {
|
| b := &bytes.Buffer{}
|
| writeKey(b, withNS, k)
|
|
|
| - newk, err := readKey(b, withNS)
|
| + newk, err := readKey(b, withNS, "")
|
| So(err, ShouldBeNil)
|
| So(k.Namespace(), ShouldEqual, "bobspace")
|
| So(newk, shouldEqualKey, k)
|
|
|