Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
siradji committed Jun 24, 2021
1 parent 11bac1d commit 4e45d05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('Masternode', () => {
})

it('should throw an error with invalid masternode id', async () => {
const invalidMasternodeId = 'b3efcc1bf6cb77c465d7f5686a55f967e73b1a048a3716fdbffa523e22b66fbb'
const invalidMasternodeId = 'b3efcc1bf6cb77c465d7f5686a55f967e73b1a048a3716fdbffa523e22b66frb'
const promise = client.masternode.resignMasternode(invalidMasternodeId)

await expect(promise).rejects.toThrow(RpcApiError)
Expand Down

0 comments on commit 4e45d05

Please sign in to comment.