diff options
Diffstat (limited to 'test_utils/src')
| -rw-r--r-- | test_utils/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index 84ae8a9..56e9b17 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs | |||
| @@ -1098,7 +1098,7 @@ pub fn get_proposal_branch_name_from_events( | |||
| 1098 | }) | 1098 | }) |
| 1099 | }) { | 1099 | }) { |
| 1100 | return Ok(format!( | 1100 | return Ok(format!( |
| 1101 | "prs/{}({})", | 1101 | "pr/{}({})", |
| 1102 | branch_name_in_event, | 1102 | branch_name_in_event, |
| 1103 | &event.id.to_hex().as_str()[..8], | 1103 | &event.id.to_hex().as_str()[..8], |
| 1104 | )); | 1104 | )); |