Skip to content

Commit

Permalink
fixup! feat(fast-usdc): detect transfer completion in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart committed Dec 18, 2024
1 parent 24ab2c3 commit e54c0b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fast-usdc/test/cli/transfer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ test('Transfer registers the noble forwarding account if it does not exist', asy
{ signer: signerMock.signer, address: nobleSignerAddress },
mockEthProvider.provider,
);
console.log(out.getLogOut());
t.is(vstorageMock.getQueryCounts()[settlementAccountVstoragePath], 1);
t.is(fetchMock.getQueryCounts()[nobleFwdAccountQuery], 1);
t.snapshot(signerMock.getSigned());
Expand Down

0 comments on commit e54c0b4

Please sign in to comment.