diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ngit_send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_send.rs b/tests/ngit_send.rs index 7170f84..eca09d5 100644 --- a/tests/ngit_send.rs +++ b/tests/ngit_send.rs | |||
| @@ -1514,7 +1514,7 @@ mod root_proposal_specified_using_in_reply_to_with_range_of_head_2_and_cover_let | |||
| 1514 | } | 1514 | } |
| 1515 | fn expect_msgs_first(p: &mut CliTester, include_cover_letter: bool) -> Result<()> { | 1515 | fn expect_msgs_first(p: &mut CliTester, include_cover_letter: bool) -> Result<()> { |
| 1516 | p.expect("fetching updates...\r\n")?; | 1516 | p.expect("fetching updates...\r\n")?; |
| 1517 | p.expect("updates: 1 new maintainer, 1 announcement update, 1 proposal\r\n")?; | 1517 | p.expect("updates: 1 announcement, 1 announcement update, 1 proposal\r\n")?; |
| 1518 | let proposal_root_bech32 = get_pretend_proposal_root_event().id.to_bech32().unwrap(); | 1518 | let proposal_root_bech32 = get_pretend_proposal_root_event().id.to_bech32().unwrap(); |
| 1519 | p.expect(format!( | 1519 | p.expect(format!( |
| 1520 | "creating proposal revision for: {proposal_root_bech32}\r\n", | 1520 | "creating proposal revision for: {proposal_root_bech32}\r\n", |