fix(memory_test): rebase master

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
Matthew Fisher 2020-02-07 09:23:53 -08:00
parent e24b21a3dc
commit 8e1fc4bc6f
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ func TestMemoryGet(t *testing.T) {
func TestMemoryList(t *testing.T) {
ts := tsFixtureMemory(t)
ts.SetNamespace("default")
// list all deployed releases
dpl, err := ts.List(func(rel *rspb.Release) bool {