Skip to content

Commit

Permalink
style(law-stone): suppress deprecation warnings/errors
Browse files Browse the repository at this point in the history
After deprecation of SubMsgResponse::data in cosmwasm v2.0
  • Loading branch information
ccamel committed Aug 7, 2024
1 parent 3c212c4 commit eac95ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/axone-law-stone/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ mod tests {
)
});

#[allow(deprecated)]
let reply = Reply {
id: STORE_PROGRAM_REPLY_ID,
payload: Binary::from(
Expand Down Expand Up @@ -788,6 +789,7 @@ mod tests {
#[test]
fn program_reply_errors() {
let object_id = "axone1dclchlcttf2uektxyryg0c6yau63eml5q9uq03myg44ml8cxpxnqen9apd";
#[allow(deprecated)]
let cases = vec![
(
Reply {
Expand Down

0 comments on commit eac95ad

Please sign in to comment.