mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 07:58:02 +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()
|
||||
.await;
|
||||
|
||||
assert_eq!(len, 13)
|
||||
assert_eq!(len, 14)
|
||||
}
|
||||
|
||||
#[cfg(fullclient)]
|
||||
@@ -67,7 +67,7 @@ async fn storage_iter() {
|
||||
.count()
|
||||
.await;
|
||||
|
||||
assert_eq!(len, 13);
|
||||
assert_eq!(len, 14);
|
||||
}
|
||||
|
||||
#[cfg(fullclient)]
|
||||
|
||||
Reference in New Issue
Block a user