Skip to content

Commit

Permalink
Remove unnecessary empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb committed Sep 6, 2021
1 parent 7dded44 commit d8cfe36
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 d8cfe36

Please sign in to comment.