fix missing keypair in create test

This commit is contained in:
AJ ONeal 2016-09-02 15:46:16 -06:00
父節點 e937c74d76
當前提交 fd3de76a9c

查看文件

@ -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) {