mirror of https://github.com/helm/helm.git
fix(memory_test): rebase master
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
parent
e24b21a3dc
commit
8e1fc4bc6f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue