mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 04:21:01 +00:00
Different assert. (#153)
This commit is contained in:
+2
-2
@@ -241,7 +241,7 @@ impl<T: Runtime, F: Store<T>> KeyIter<T, F> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
debug_assert_eq!(self.buffer.len(), self.count as usize);
|
debug_assert_eq!(self.buffer.len(), keys.len());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -604,7 +604,7 @@ mod tests {
|
|||||||
SubxtClient::from_config(config, test_node::service::new_full)
|
SubxtClient::from_config(config, test_node::service::new_full)
|
||||||
.expect("Error creating subxt client"),
|
.expect("Error creating subxt client"),
|
||||||
)
|
)
|
||||||
.set_page_size(2)
|
.set_page_size(3)
|
||||||
.build()
|
.build()
|
||||||
.await
|
.await
|
||||||
.expect("Error creating client");
|
.expect("Error creating client");
|
||||||
|
|||||||
Reference in New Issue
Block a user