Merge branch 'tests' into template
This commit is contained in:
commit
718e081495
|
@ -94,8 +94,9 @@ var tests = [
|
||||||
// create a new account
|
// create a new account
|
||||||
, function () {
|
, function () {
|
||||||
var account = {
|
var account = {
|
||||||
receipt: {}
|
agreeTos: true
|
||||||
, agreeTos: true
|
, keypair: goodGuy.keypair
|
||||||
|
, receipt: {}
|
||||||
};
|
};
|
||||||
|
|
||||||
return leStore.accounts.setAsync(goodGuy, account).then(function (account) {
|
return leStore.accounts.setAsync(goodGuy, account).then(function (account) {
|
||||||
|
|
Loading…
Reference in New Issue