fix missing keypair in create test

This commit is contained in:
AJ ONeal 2016-09-02 15:46:16 -06:00
parent e937c74d76
commit fd3de76a9c
1 changed files with 3 additions and 2 deletions

View File

@ -94,8 +94,9 @@ var tests = [
// create a new account
, function () {
var account = {
receipt: {}
, agreeTos: true
agreeTos: true
, keypair: goodGuy.keypair
, receipt: {}
};
return leStore.accounts.setAsync(goodGuy, account).then(function (account) {