mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 21:51:06 +00:00
13 -> 14 accounts
This commit is contained in:
@@ -128,7 +128,7 @@ async fn test_iter() {
|
|||||||
while iter.next().await.unwrap().is_some() {
|
while iter.next().await.unwrap().is_some() {
|
||||||
i += 1;
|
i += 1;
|
||||||
}
|
}
|
||||||
assert_eq!(i, 13);
|
assert_eq!(i, 14);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
|
|||||||
Reference in New Issue
Block a user