diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-16 10:57:39 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-16 10:57:39 +0000 |
| commit | 1d08d2e77dec6dc2c5a8df8776b74f4ba5405e8d (patch) | |
| tree | 5b0c3f82d23616bab6eb01b8f3427acb19e5005c /test_utils/src/lib.rs | |
| parent | 504d3632900decb82cbe9280b7aeca5fcd4a51e3 (diff) | |
fix: report wording `fetching` ~> `checking`
to be consistent with the summary version
Diffstat (limited to 'test_utils/src/lib.rs')
| -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 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( | |||
| 1493 | proposal_number: u16, | 1493 | proposal_number: u16, |
| 1494 | ) -> Result<()> { | 1494 | ) -> Result<()> { |
| 1495 | let mut p = CliTester::new_from_dir(&test_repo.dir, ["-i", "list"]); | 1495 | let mut p = CliTester::new_from_dir(&test_repo.dir, ["-i", "list"]); |
| 1496 | p.expect("fetching updates...\r\n")?; | 1496 | p.expect("Checking nostr relays...\r\n")?; |
| 1497 | p.expect_eventually("\r\n")?; // some updates listed here | 1497 | p.expect_eventually("\r\n")?; // some updates listed here |
| 1498 | let mut c = p.expect_choice( | 1498 | let mut c = p.expect_choice( |
| 1499 | "all proposals", | 1499 | "all proposals", |