Skip to content

Commit

Permalink
fix ts-relayer test
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed Aug 14, 2024
1 parent 5b6b6d4 commit c80be3c
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 @@ -450,7 +450,7 @@ test.serial("transfer NFT: wasmd -> osmo", async (t) => {
osmoClient,
osmoCw721
);
// osmoCollectionData.updated_at = wasmCollectionData.updated_at; // ignore updated_at
osmoCollectionData.updated_at = wasmCollectionData.updated_at; // ignore updated_at
if (wasmCollectionData.extension?.royalty_info?.payment_address) {
wasmCollectionData.extension.royalty_info.payment_address = osmoAddr; // osmo cw721 admin address is used as payment address
}
Expand Down

0 comments on commit c80be3c

Please sign in to comment.