mirror of
https://github.com/status-im/status-go.git
synced 2025-02-21 19:28:29 +00:00
remove unnecessary comment
This commit is contained in:
parent
3f952ebb50
commit
3b4ee527f2
@ -170,8 +170,6 @@ func TestCreateAndRecoverAccountFail_KeyStore(t *testing.T) {
|
||||
keyStore, keyStoreDir := newTestKeyStore(t, "accounts")
|
||||
defer os.RemoveAll(keyStoreDir) //nolint: errcheck
|
||||
|
||||
// Fail if account keystore can't be acquired
|
||||
|
||||
expectedErr := errors.New("Non-nil error string")
|
||||
nodeManager.EXPECT().AccountKeyStore().Return(nil, expectedErr)
|
||||
_, _, _, err := accManager.CreateAccount(password)
|
||||
|
Loading…
x
Reference in New Issue
Block a user