Merge branch 'tests' into template
This commit is contained in:
commit
718e081495
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue