Skip to content

Commit e1098f8

Browse files
committed
Fix lifetime parameters for test_fn
1 parent f74dc43 commit e1098f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sqlx-core/src/testing/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ impl_test_fn!(
500500
run_test_with_pool3;
501501
('c DB1, args1, tc1, tp1, po1, co1, p1, c1),
502502
('d DB2, args2, tc2, tp2, po2, co2, p2, c2),
503-
('d DB3, args3, tc3, tp3, po3, co3, p3, c3),
503+
('e DB3, args3, tc3, tp3, po3, co3, p3, c3),
504504
;
505505
);
506506

@@ -510,7 +510,7 @@ impl_test_fn!(
510510
run_test_with_pool4;
511511
('c DB1, args1, tc1, tp1, po1, co1, p1, c1),
512512
('d DB2, args2, tc2, tp2, po2, co2, p2, c2),
513-
('d DB3, args3, tc3, tp3, po3, co3, p3, c3),
514-
('e DB4, args4, tc4, tp4, po4, co4, p4, c4),
513+
('e DB3, args3, tc3, tp3, po3, co3, p3, c3),
514+
('f DB4, args4, tc4, tp4, po4, co4, p4, c4),
515515
;
516516
);

0 commit comments

Comments
 (0)