Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
siradji committed Jun 27, 2021
1 parent d775d35 commit 0ae1da5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ describe('Masternode', () => {

const promise = client.masternode.resignMasternode(masternodeId, [{ txid, vout }])

await expect(promise).rejects.toThrow(RpcApiError)
await expect(promise).rejects.toThrow('RpcApiError: \'Test ResignMasternodeTx execution failed:\n' + 'tx must have at least one input from the owner\', code: -32600, method: resignmasternode')
})
})

0 comments on commit 0ae1da5

Please sign in to comment.