Skip to content

Commit

Permalink
even more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszex authored Feb 6, 2024
1 parent 16db723 commit 5bd3129
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ use casper_types::{runtime_args, ContractHash, RuntimeArgs, U256};

use crate::utility::{
constants::{
ARG_DECIMALS, ARG_NAME, ARG_SYMBOL, ARG_TOTAL_SUPPLY, CEP18_CONTRACT_WASM,
TOKEN_DECIMALS, TOKEN_NAME,
TOKEN_SYMBOL, TOKEN_TOTAL_SUPPLY,
ARG_DECIMALS, ARG_NAME, ARG_SYMBOL, ARG_TOTAL_SUPPLY, CEP18_CONTRACT_WASM, TOKEN_DECIMALS,
TOKEN_NAME, TOKEN_SYMBOL, TOKEN_TOTAL_SUPPLY,
},
installer_request_builders::{setup, TestContext},
};

#[test]
fn should_have_queryable_properties() {
let (mut builder, TestContext { cep18_token : _ , .. }) = setup();
let (mut builder, TestContext { cep18_token: _ , .. }) = setup();
let pre_account = builder
.get_account(*DEFAULT_ACCOUNT_ADDR)
.expect("should have account");
Expand Down

0 comments on commit 5bd3129

Please sign in to comment.