From 217b030d20361f9d6f5e56dbdf466759b5c7fce4 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 21 Oct 2022 12:17:57 +0400 Subject: [PATCH] [#1946] cli/internal: Fix test by wallet non-closing Signed-off-by: Leonard Lyubich --- cmd/neofs-cli/internal/key/key_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/neofs-cli/internal/key/key_test.go b/cmd/neofs-cli/internal/key/key_test.go index 587a838f2..d3a41eee5 100644 --- a/cmd/neofs-cli/internal/key/key_test.go +++ b/cmd/neofs-cli/internal/key/key_test.go @@ -37,7 +37,6 @@ func Test_getOrGenerate(t *testing.T) { acc2.Default = true w.AddAccount(acc2) require.NoError(t, w.Save()) - w.Close() keyPath := filepath.Join(dir, "binary.key") rawKey, err := keys.NewPrivateKey()