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…
Reference in New Issue