From 1d08d2e77dec6dc2c5a8df8776b74f4ba5405e8d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 16 Feb 2026 10:57:39 +0000 Subject: fix: report wording `fetching` ~> `checking` to be consistent with the summary version --- tests/ngit_send.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/ngit_send.rs') diff --git a/tests/ngit_send.rs b/tests/ngit_send.rs index eca09d5..67b2209 100644 --- a/tests/ngit_send.rs +++ b/tests/ngit_send.rs @@ -80,7 +80,7 @@ mod when_commits_behind_ask_to_proceed { } fn expect_confirm_prompt(p: &'_ mut CliTester) -> Result> { - p.expect("fetching updates...\r\n")?; + p.expect("Checking nostr relays...\r\n")?; p.expect_eventually("\r\n")?; // may be 'no updates' or some updates p.expect("creating proposal from 2 commits:\r\n")?; p.expect("fe973a8 add t4.md\r\n")?; @@ -230,7 +230,7 @@ fn cli_tester_create_proposal(git_repo: &GitTestRepo, include_cover_letter: bool } fn expect_msgs_first(p: &mut CliTester, include_cover_letter: bool) -> Result<()> { - p.expect("fetching updates...\r\n")?; + p.expect("Checking nostr relays...\r\n")?; p.expect_eventually("\r\n")?; // may be 'no updates' or some updates p.expect("creating proposal from 2 commits:\r\n")?; p.expect("fe973a8 add t4.md\r\n")?; @@ -1307,7 +1307,7 @@ mod when_range_ommited_prompts_for_selection_defaulting_ahead_of_main { CliTester::new_from_dir(&git_repo.dir, args) } fn expect_msgs_first(p: &mut CliTester) -> Result<()> { - p.expect("fetching updates...\r\n")?; + p.expect("Checking nostr relays...\r\n")?; p.expect_eventually("\r\n")?; // may be 'no updates' or some updates let mut selector = p.expect_multi_select( "select commits for proposal", @@ -1513,7 +1513,7 @@ mod root_proposal_specified_using_in_reply_to_with_range_of_head_2_and_cover_let CliTester::new_from_dir(&git_repo.dir, args) } fn expect_msgs_first(p: &mut CliTester, include_cover_letter: bool) -> Result<()> { - p.expect("fetching updates...\r\n")?; + p.expect("Checking nostr relays...\r\n")?; p.expect("updates: 1 announcement, 1 announcement update, 1 proposal\r\n")?; let proposal_root_bech32 = get_pretend_proposal_root_event().id.to_bech32().unwrap(); p.expect(format!( -- cgit v1.2.3