We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a117f24 commit c2caa4bCopy full SHA for c2caa4b
src/postgres_client/postgres_client_transaction.rs
@@ -1373,6 +1373,7 @@ pub(crate) mod tests {
1373
is_vote: false,
1374
transaction: &transaction,
1375
transaction_status_meta: &transaction_status_meta,
1376
+ index: 0,
1377
};
1378
1379
let slot = 54;
@@ -1418,6 +1419,7 @@ pub(crate) mod tests {
1418
1419
is_vote: true,
1420
1421
1422
1423
1424
1425
0 commit comments