Skip to content

Commit f721134

Browse files
committed
Remove integration-tests feature
1 parent 7f5ea77 commit f721134

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ std = [
282282
"ethereum/std",
283283
"pallet-shield/std",
284284
]
285-
integration-tests = []
286285
runtime-benchmarks = [
287286
"frame-benchmarking/runtime-benchmarks",
288287
"frame-support/runtime-benchmarks",

runtime/tests/rate_limiting.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ use node_subtensor_runtime::{
77
System, TransactionExtensions, UncheckedExtrinsic, check_nonce,
88
rate_limiting::legacy::storage as legacy_storage, sudo_wrapper, transaction_payment_wrapper,
99
};
10-
use pallet_subtensor::MAX_CRV3_COMMIT_SIZE_BYTES;
11-
use sp_core::{ConstU32, H256, Pair, sr25519};
10+
use sp_core::{H256, Pair, sr25519};
1211
use sp_runtime::{
1312
BoundedVec, MultiSignature,
1413
generic::Era,

0 commit comments

Comments
 (0)