diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-16 10:49:28 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-16 10:51:03 +0000 |
| commit | 504d3632900decb82cbe9280b7aeca5fcd4a51e3 (patch) | |
| tree | 69814be3277bcb95647c664027650372a32763d5 /tests/ngit_send.rs | |
| parent | 54b791a31b43ef7dd5bb1ebdff7c7dffea03af52 (diff) | |
fix: report wording `maintainers ~> announcements
'maintainers' is missleading as the announcement authors may not be in
the maitnainer set
Diffstat (limited to 'tests/ngit_send.rs')
| -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", |