Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-wong-dfinity-org committed Jan 20, 2025
1 parent 0536eb2 commit 247e73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/nns/integration_tests/src/cycles_minting_canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ use ic_nns_test_utils::{
};
use ic_state_machine_tests::{StateMachine, WasmResult};
use ic_test_utilities::universal_canister::{call_args, wasm};
use ic_test_utilities_metrics::fetch_int_gauge_vec;
use ic_types::{CanisterId, Cycles, PrincipalId};
use ic_types_test_utils::ids::subnet_test_id;
use icp_ledger::{
Expand All @@ -54,7 +55,6 @@ use icrc_ledger_types::icrc1::{self, account::Account};
use maplit::btreemap;
use serde_bytes::ByteBuf;
use std::time::Duration;
use ic_test_utilities_metrics::fetch_int_gauge_vec;

/// Test that the CMC's `icp_xdr_conversion_rate` can be updated via Governance
/// proposal.
Expand Down

0 comments on commit 247e73e

Please sign in to comment.