mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 19:11:04 +00:00
testing: Modify the storage_fetch_raw_keys to reflect substrate-binary (#1667)
* testing: Modify the storage_fetch_raw_keys to reflect substrate-binary changes Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * 13 -> 14 accounts --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ async fn storage_fetch_raw_keys() {
|
|||||||
.count()
|
.count()
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
assert_eq!(len, 13)
|
assert_eq!(len, 14)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(fullclient)]
|
#[cfg(fullclient)]
|
||||||
@@ -67,7 +67,7 @@ async fn storage_iter() {
|
|||||||
.count()
|
.count()
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
assert_eq!(len, 13);
|
assert_eq!(len, 14);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(fullclient)]
|
#[cfg(fullclient)]
|
||||||
|
|||||||
Reference in New Issue
Block a user