Add test case for createPathFind and convert snake case function calls to camel case

This commit is contained in:
Chris Clark
2015-08-04 11:51:27 -07:00
parent 8ff154cc2d
commit 8e536c00b9
6 changed files with 39 additions and 14 deletions

View File

@@ -345,7 +345,7 @@ describe('Transaction', function() {
const dst = 'rGihwhaqU8g7ahwAvTq6iX5rvsfcbgZw6v';
transaction.payment(src, dst, '100');
remote.set_secret(src, 'masterpassphrase');
remote.setSecret(src, 'masterpassphrase');
assert(transaction.complete());
const json = transaction.serialize().to_json();