Skip to content

Commit

Permalink
Merge pull request #7985 from Agoric/markm-update-error-message-test
Browse files Browse the repository at this point in the history
fix(vats): update error message test
  • Loading branch information
erights committed Jun 25, 2023
2 parents 2baa932 + 37bae13 commit dcddffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vats/test/test-vpurse.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ test('vpurse.deposit promise', async t => {
() => E(vpurse).deposit(exclusivePaymentP, fungible25),
{
message:
/deposit does not accept promises|promise .* Must be a remotable/i,
/In "deposit" method of \(VirtualPurseKit purse\): arg 0: .*"\[Promise\]" - Must be a remotable/,
},
'failed to reject a promise for a payment',
);
Expand Down

0 comments on commit dcddffd

Please sign in to comment.