diff --git a/testing/integration-tests/src/client/mod.rs b/testing/integration-tests/src/client/mod.rs index 0214c4901f..3af6c68ec2 100644 --- a/testing/integration-tests/src/client/mod.rs +++ b/testing/integration-tests/src/client/mod.rs @@ -128,7 +128,7 @@ async fn test_iter() { while iter.next().await.unwrap().is_some() { i += 1; } - assert_eq!(i, 13); + assert_eq!(i, 14); } #[tokio::test]