Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcobb23 committed Nov 7, 2024
1 parent dfc0a7f commit 79ccf56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/interchain-token-service/src/contract/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,6 @@ mod tests {
deps.as_mut().storage,
msg::ChainConfig {
chain: SOLANA.parse().unwrap(),

its_edge_contract: ITS_ADDRESS.to_string().try_into().unwrap(),
max_uint: Uint256::one().try_into().unwrap(),
max_target_decimals: 16u8
Expand All @@ -856,7 +855,6 @@ mod tests {
deps.as_mut().storage,
msg::ChainConfig {
chain: SOLANA.parse().unwrap(),

its_edge_contract: ITS_ADDRESS.to_string().try_into().unwrap(),
max_uint: Uint256::one().try_into().unwrap(),
max_target_decimals: 16u8
Expand Down

0 comments on commit 79ccf56

Please sign in to comment.