mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-29 04:25:43 +00:00
fix some typos (#3587)
Signed-off-by: cuinix <915115094@qq.com> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -598,7 +598,7 @@ pub async fn benchmark_availability_write(
|
||||
|
||||
gum::info!(target: LOG_TARGET, "Waiting for all emulated peers to receive their chunk from us ...");
|
||||
for receiver in receivers.into_iter() {
|
||||
let response = receiver.await.expect("Chunk is always served succesfully");
|
||||
let response = receiver.await.expect("Chunk is always served successfully");
|
||||
// TODO: check if chunk is the one the peer expects to receive.
|
||||
assert!(response.result.is_ok());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user