From 26ebecb392d008fa3d3b88edd722d21d7ad9bb7a Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Tue, 3 Dec 2024 15:44:43 -0600 Subject: [PATCH] fixup! chore: don't kludge fromCapData --- packages/fast-usdc/test/cli/operator-commands.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fast-usdc/test/cli/operator-commands.test.ts b/packages/fast-usdc/test/cli/operator-commands.test.ts index df0fc0368fb..36c645adb8a 100644 --- a/packages/fast-usdc/test/cli/operator-commands.test.ts +++ b/packages/fast-usdc/test/cli/operator-commands.test.ts @@ -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', );