fix deepsource compliant

This commit is contained in:
rkapka
2021-01-25 16:39:17 +01:00
parent 77b7f61b5b
commit 0c99310cc9

View File

@@ -127,7 +127,7 @@ func TestImport_DuplicateKeys(t *testing.T) {
require.NoError(t, ImportAccountsCli(cliCtx))
w, err = wallet.OpenWallet(cliCtx.Context, &wallet.Config{
_, err = wallet.OpenWallet(cliCtx.Context, &wallet.Config{
WalletDir: walletDir,
WalletPassword: password,
})