Skip to content

Commit

Permalink
Merge pull request #401 from CosmWasm/jakub/remove-unnecessary-empty-…
Browse files Browse the repository at this point in the history
…test

Remove unnecessary empty test
  • Loading branch information
hashedone authored Sep 6, 2021
2 parents 7dded44 + d8cfe36 commit 8b2a5d5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/cw1/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ pub mod query;
pub use crate::helpers::Cw1Contract;
pub use crate::msg::Cw1ExecuteMsg;
pub use crate::query::{CanExecuteResponse, Cw1QueryMsg};

#[cfg(test)]
mod tests {
#[test]
fn it_works() {
// test me
}
}

0 comments on commit 8b2a5d5

Please sign in to comment.