From 4bb3c4fbd7b7bcef9cc32d75caea32d23b5a2b6c Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Fri, 7 Feb 2020 09:23:53 -0800 Subject: [PATCH] fix(memory_test): rebase master Signed-off-by: Matthew Fisher Signed-off-by: Matheus Hunsche --- pkg/storage/driver/memory_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/storage/driver/memory_test.go b/pkg/storage/driver/memory_test.go index e86a798f3..7a2e8578e 100644 --- a/pkg/storage/driver/memory_test.go +++ b/pkg/storage/driver/memory_test.go @@ -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 {