forked from TrueCloudLab/frostfs-node
[#1946] cli/internal: Fix test by wallet non-closing
Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
This commit is contained in:
parent
810087d8b9
commit
217b030d20
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue