Skip to content

Commit

Permalink
fixup! chore: don't kludge fromCapData
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 3, 2024
1 parent a054e48 commit 26ebecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-usdc/test/cli/operator-commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test('fast-usdc operator attest sub-command', async t => {
},
});

t.deepEqual(
t.is(
err.join(''),
'Now use `agoric wallet send ...` to sign and broadcast the offer.\n',
);
Expand Down

0 comments on commit 26ebecb

Please sign in to comment.