Skip to content

Commit

Permalink
chore(its): move test.rs to tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AttissNgo committed Nov 15, 2024
1 parent 2d5e74c commit c278b6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions contracts/interchain-token-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ mod types;

pub mod contract;

#[cfg(test)]
mod test;

pub use contract::InterchainTokenServiceClient;
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#![cfg(test)]
extern crate std;

use crate::error::ContractError;
use crate::{contract::InterchainTokenService, contract::InterchainTokenServiceClient};

Expand Down

0 comments on commit c278b6b

Please sign in to comment.