Skip to content

Commit

Permalink
test macro
Browse files Browse the repository at this point in the history
  • Loading branch information
magiodev committed Aug 23, 2024
1 parent c6198d7 commit 819c9d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smart-contracts/osmosis/contracts/cl-vault/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ pub fn migrate(deps: DepsMut, _env: Env, msg: MigrateMsg) -> Result<Response, Co
Ok(response)
}

#[cfg(test)]
mod tests {
use cosmwasm_std::testing::{mock_dependencies, mock_env};

Expand Down

0 comments on commit 819c9d0

Please sign in to comment.