Skip to content

Commit

Permalink
Fix test_ack_de
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Sep 6, 2024
1 parent af75da4 commit e0b438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-apps/ics721-nft-transfer/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ mod test {
AcknowledgementStatus::success(ack_success_b64()),
);
de_json_assert_eq(
r#"{"error":"failed to deserialize packet data"}"#,
r#"{"error":"failed to deserialize acknowledgement"}"#,
AcknowledgementStatus::error(NftTransferError::FailedToDeserializePacketData.into()),
);

Expand Down

0 comments on commit e0b438d

Please sign in to comment.