Skip to content

Commit

Permalink
test: Disabled custom_msg test when mt flag is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hashedone committed Jun 16, 2023
1 parent df5d9b5 commit 357f57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sylvia/tests/custom_msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ impl MyContract {
}
}

#[cfg(test)]
#[cfg(all(test, feature = "mt"))]
mod tests {
use crate::interface::test_utils::Interface;
use crate::MyContract;
Expand Down

0 comments on commit 357f57c

Please sign in to comment.