Skip to content

Commit

Permalink
fix: review comment - simplify regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Mar 22, 2022
1 parent f9a60a9 commit a4fb604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ERTP/test/unitTests/test-issuerObj.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ test('issuer.combine bad payments', async t => {
await t.throwsAsync(
() => E(issuer).combine(payments),
{
message: /.* "\[Alleged: other fungible payment\]"/,
message: /"\[Alleged: other fungible payment\]"/,
},
'payment from other mint is not found',
);
Expand Down

0 comments on commit a4fb604

Please sign in to comment.