Skip to content

Commit

Permalink
feat: Support generic contract for simple contract
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Oct 19, 2023
1 parent e3e014d commit 14f9128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sylvia/tests/generics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ impl cosmwasm_std::CustomMsg for ExternalMsg {}
#[cw_serde]
pub struct ExternalQuery;
impl cosmwasm_std::CustomQuery for ExternalQuery {}

#[cfg(all(test, feature = "mt"))]
mod tests {
use crate::cw1::{InterfaceTypes, Querier as Cw1Querier};
Expand Down

0 comments on commit 14f9128

Please sign in to comment.