mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 08:05:51 +00:00
fix(refactor): rename prepareTicket to prepareTicketCreate (https://github.com/ripple/ripple-lib/pull/1324#discussion_r519027049)
This commit is contained in:
@@ -351,7 +351,7 @@ describe('integration tests', function () {
|
||||
it('ticket', function () {
|
||||
return this.api.getLedgerVersion().then((ledgerVersion) => {
|
||||
return this.api
|
||||
.prepareTicket(address, 1, instructions)
|
||||
.prepareTicketCreate(address, 1, instructions)
|
||||
.then((prepared) =>
|
||||
testTransaction(this, 'ticket', ledgerVersion, prepared)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user