@@ -350,7 +350,7 @@ mod tests {
350350 . await ?;
351351
352352 insta:: assert_snapshot!(
353- tester. get_comment_text ( ( ) ) . await ?,
353+ tester. get_next_comment_text ( ( ) ) . await ?,
354354 @r"
355355 :warning: The base branch changed to `beta`, and the
356356 PR will need to be re-approved.
@@ -400,7 +400,7 @@ mod tests {
400400 tester. push_to_pr ( ( ) ) . await ?;
401401
402402 insta:: assert_snapshot!(
403- tester. get_comment_text ( ( ) ) . await ?,
403+ tester. get_next_comment_text ( ( ) ) . await ?,
404404 @r"
405405 :warning: A new commit `pr-1-commit-1` was pushed to the branch, the
406406 PR will need to be re-approved.
@@ -713,7 +713,7 @@ mod tests {
713713 . workflow_start ( WorkflowRunData :: from ( tester. auto_branch ( ) . await ) . with_run_id ( 123 ) )
714714 . await ?;
715715 tester. push_to_pr ( ( ) ) . await ?;
716- insta:: assert_snapshot!( tester. get_comment_text ( ( ) ) . await ?, @r"
716+ insta:: assert_snapshot!( tester. get_next_comment_text ( ( ) ) . await ?, @r"
717717 :warning: A new commit `pr-1-commit-1` was pushed to the branch, the
718718 PR will need to be re-approved.
719719
@@ -741,7 +741,7 @@ mod tests {
741741
742742 tester. workflow_start ( tester. auto_branch ( ) . await ) . await ?;
743743 tester. push_to_pr ( ( ) ) . await ?;
744- insta:: assert_snapshot!( tester. get_comment_text ( ( ) ) . await ?, @r"
744+ insta:: assert_snapshot!( tester. get_next_comment_text ( ( ) ) . await ?, @r"
745745 :warning: A new commit `pr-1-commit-1` was pushed to the branch, the
746746 PR will need to be re-approved.
747747
0 commit comments