Skip to content

Commit

Permalink
remove unused import from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-c-child committed Apr 12, 2024
1 parent 61694ce commit 78cfb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/name-minter/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ pub fn migrate(deps: DepsMut, _env: Env, _msg: Empty) -> Result<Response, Contra

#[cfg(test)]
mod tests {
use cosmwasm_std::{coin, Addr, Decimal, MessageInfo};
use cosmwasm_std::{coin, Addr, MessageInfo};

use crate::contract::validate_name;

Expand Down

0 comments on commit 78cfb76

Please sign in to comment.