Skip to content

Commit

Permalink
test: rebase wallet test on master (see #781)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Dec 21, 2022
1 parent c78a7a4 commit 5f48556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wallet-rpc-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ describe('Wallet RPC Methods', function() {
await wclient.execute('selectwallet', ['msBob']);
assert.rejects(
wclient.execute('createreveal', [name]),
{message: `Blind value not found: ${name}.`}
{message: `No bids to reveal for name: ${name}.`}
);
});

Expand Down

0 comments on commit 5f48556

Please sign in to comment.