Skip to content

Commit f86d016

Browse files
chore: fix a sq/rq typo
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 3c5bdd7 commit f86d016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_post_send.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ fn main(#[case] use_qp_ex: bool, #[case] use_cq_ex: bool) -> Result<(), Box<dyn
257257

258258
// poll recv CQ for the completion
259259
{
260-
for wc in sq.iter().unwrap() {
260+
for wc in rq.iter().unwrap() {
261261
println!(
262262
"wr_id {}, status: {}, opcode: {}, imm_data: {}",
263263
wc.wr_id(),

0 commit comments

Comments
 (0)