Skip to content

Commit a2d136a

Browse files
committed
Fix method name in tests
1 parent 467146c commit a2d136a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handlers/pr_tracking.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ mod tests {
314314

315315
#[tokio::test]
316316
async fn ignore_blocked_pr() {
317-
run_test(|ctx| async move {
317+
run_db_test(|ctx| async move {
318318
let user = user("Martin", 2);
319319

320320
run_handler(
@@ -362,7 +362,7 @@ mod tests {
362362

363363
#[tokio::test]
364364
async fn add_pr_to_workqueue_on_label() {
365-
run_test(|ctx| async move {
365+
run_db_test(|ctx| async move {
366366
let user = user("Martin", 2);
367367

368368
run_handler(

0 commit comments

Comments
 (0)