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 --- test_utils/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_utils/src') diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index a9a6d1e..0f59539 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs @@ -1493,7 +1493,7 @@ pub fn use_ngit_list_to_download_and_checkout_proposal_branch( proposal_number: u16, ) -> Result<()> { let mut p = CliTester::new_from_dir(&test_repo.dir, ["-i", "list"]); - p.expect("fetching updates...\r\n")?; + p.expect("Checking nostr relays...\r\n")?; p.expect_eventually("\r\n")?; // some updates listed here let mut c = p.expect_choice( "all proposals", -- cgit v1.2.3