Skip to content

Commit

Permalink
chore: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills committed Nov 4, 2020
1 parent b2348d4 commit 1418149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/zoe/test/unitTests/zcf/test-zcf.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ test(`zcf.saveIssuer - bad issuer`, async t => {
await t.throwsAsync(() => zcf.saveIssuer(moolaKit.brand, 'A'), {
// TODO: improve error message
// /~https://github.com/Agoric/agoric-sdk/issues/1701
message: 'target has no method "getBrand", has [getAllegedName,isMyIssuer]',
message:
'target has no method "getBrand", has [getAllegedName,getDisplayInfo,isMyIssuer]',
});
});

Expand Down

0 comments on commit 1418149

Please sign in to comment.