upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/send.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-02-15 10:21:09 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-02-15 10:21:09 +0000
commitfc63ee3466ed5088cedb278d2b56a989668f273c (patch)
treeb40386c2522f08ae2992d0e26ac776636bd4c72d /tests/send.rs
parentb7c24559aa2758820039295ac0f6120dfdec550e (diff)
fix: improve 'searching for profile updates' msg
it wasn't clear why no results were coming back from relays or why it is needs (added reference to relay updates)
Diffstat (limited to 'tests/send.rs')
-rw-r--r--tests/send.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/send.rs b/tests/send.rs
index b202d54..6d3e138 100644
--- a/tests/send.rs
+++ b/tests/send.rs
@@ -185,7 +185,7 @@ fn cli_tester_create_pr(git_repo: &GitTestRepo, include_cover_letter: bool) -> C
185 185
186fn expect_msgs_first(p: &mut CliTester, include_cover_letter: bool) -> Result<()> { 186fn expect_msgs_first(p: &mut CliTester, include_cover_letter: bool) -> Result<()> {
187 p.expect("creating patch for 2 commits from 'head' that can be merged into 'main'\r\n")?; 187 p.expect("creating patch for 2 commits from 'head' that can be merged into 'main'\r\n")?;
188 p.expect("searching for your details...\r\n")?; 188 p.expect("searching for profile and relay updates...\r\n")?;
189 p.expect("\r")?; 189 p.expect("\r")?;
190 p.expect("logged in as fred\r\n")?; 190 p.expect("logged in as fred\r\n")?;
191 p.expect(format!( 191 p.expect(format!(