Skip to content

Commit

Permalink
Rename multitest.rs file to integration_tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb committed Sep 8, 2021
1 parent 675b20d commit 182b4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions contracts/cw1-whitelist/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pub mod contract;
pub mod error;
pub mod msg;
#[cfg(test)]
mod multitest;
mod integration_tests;
pub mod msg;
pub mod state;

pub use crate::error::ContractError;

0 comments on commit 182b4f7

Please sign in to comment.