Fix substrate nightly (#1848)

This commit is contained in:
James Wilson
2024-10-30 09:40:02 +00:00
committed by GitHub
parent 0f190f3278
commit 3219659f12
2 changed files with 18 additions and 22 deletions
@@ -44,7 +44,7 @@ async fn storage_fetch_raw_keys() {
.count()
.await;
assert_eq!(len, 14)
assert_eq!(len, 16)
}
#[cfg(fullclient)]
@@ -69,7 +69,7 @@ async fn storage_iter() {
.count()
.await;
assert_eq!(len, 14);
assert_eq!(len, 16);
}
#[cfg(fullclient)]