17 accounts now, not 16 (#2078)

This commit is contained in:
James Wilson
2025-09-02 14:36:58 +01:00
committed by GitHub
parent 98efd20528
commit afb116fa6c
@@ -44,7 +44,7 @@ async fn storage_fetch_raw_keys() {
.count()
.await;
assert_eq!(len, 16)
assert_eq!(len, 17)
}
#[cfg(fullclient)]
@@ -69,7 +69,7 @@ async fn storage_iter() {
.count()
.await;
assert_eq!(len, 16);
assert_eq!(len, 17);
}
#[cfg(fullclient)]