mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 15:21:08 +00:00
Lower the required code threshold. (#2685)
This commit is contained in:
@@ -34,7 +34,7 @@ fn should_return_storage() {
|
||||
assert!(
|
||||
client.storage(key.clone(), Some(genesis_hash).into())
|
||||
.map(|x| x.map(|x| x.0.len())).unwrap().unwrap()
|
||||
> 195_000
|
||||
> 10_000
|
||||
);
|
||||
assert_matches!(
|
||||
client.storage_hash(key.clone(), Some(genesis_hash).into()).map(|x| x.is_some()),
|
||||
@@ -42,7 +42,7 @@ fn should_return_storage() {
|
||||
);
|
||||
assert!(
|
||||
client.storage_size(key.clone(), None).unwrap().unwrap()
|
||||
> 195_000
|
||||
> 10_000
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user