Skip to content

Commit c2caa4b

Browse files
committed
Fixed tests
1 parent a117f24 commit c2caa4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/postgres_client/postgres_client_transaction.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,7 @@ pub(crate) mod tests {
13731373
is_vote: false,
13741374
transaction: &transaction,
13751375
transaction_status_meta: &transaction_status_meta,
1376+
index: 0,
13761377
};
13771378

13781379
let slot = 54;
@@ -1418,6 +1419,7 @@ pub(crate) mod tests {
14181419
is_vote: true,
14191420
transaction: &transaction,
14201421
transaction_status_meta: &transaction_status_meta,
1422+
index: 0,
14211423
};
14221424

14231425
let slot = 54;

0 commit comments

Comments
 (0)