diff --git a/runtime/tests/claim_root_weight.rs b/runtime/tests/claim_root_weight.rs index fe91ccdde1..4fa0ae8891 100644 --- a/runtime/tests/claim_root_weight.rs +++ b/runtime/tests/claim_root_weight.rs @@ -1,3 +1,5 @@ +#![allow(clippy::expect_used)] + use frame_support::dispatch::{DispatchClass, GetDispatchInfo}; use node_subtensor_runtime::{ BlockWeights, Runtime, RuntimeCall, TxExtension, check_mortality, check_nonce, sudo_wrapper,