Skip to content

Commit

Permalink
fix log output with big int
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed Jun 10, 2024
1 parent 485361f commit 7e6f99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-relayer-tests/src/ics721.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ test.serial('transfer NFT: wasmd -> osmo', async (t) => {
},
};
transferResponse = await sendNft(wasmClient, wasmCw721, wasmCw721OutgoingProxy, ibcMsg, tokenId);
t.log(`- transfer response: ${JSON.stringify(transferResponse)}`);
t.log(`- transfer response: ${JSON.stringify(transferResponse, bigIntReplacer, 2)}`);
t.truthy(transferResponse);

// Relay and verify we got an error
Expand Down

0 comments on commit 7e6f99a

Please sign in to comment.