Skip to content

Commit

Permalink
fix(vats): update error message test
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jun 24, 2023
1 parent 2baa932 commit 37bae13
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 37bae13

Please sign in to comment.