diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-15 10:21:09 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-15 10:21:09 +0000 |
| commit | fc63ee3466ed5088cedb278d2b56a989668f273c (patch) | |
| tree | b40386c2522f08ae2992d0e26ac776636bd4c72d /tests/send.rs | |
| parent | b7c24559aa2758820039295ac0f6120dfdec550e (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.rs | 2 |
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 | ||
| 186 | fn expect_msgs_first(p: &mut CliTester, include_cover_letter: bool) -> Result<()> { | 186 | fn 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!( |