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/push.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/push.rs')
| -rw-r--r-- | tests/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push.rs b/tests/push.rs index 409b36f..07148ae 100644 --- a/tests/push.rs +++ b/tests/push.rs | |||
| @@ -355,7 +355,7 @@ mod when_branch_is_checked_out { | |||
| 355 | p.expect( | 355 | p.expect( |
| 356 | "1 commits ahead. preparing to create creating patch events.\r\n", | 356 | "1 commits ahead. preparing to create creating patch events.\r\n", |
| 357 | )?; | 357 | )?; |
| 358 | p.expect("searching for your details...\r\n")?; | 358 | p.expect("searching for profile and relay updates...\r\n")?; |
| 359 | p.expect("\r")?; | 359 | p.expect("\r")?; |
| 360 | p.expect("logged in as fred\r\n")?; | 360 | p.expect("logged in as fred\r\n")?; |
| 361 | p.expect("pushing 1 commits\r\n")?; | 361 | p.expect("pushing 1 commits\r\n")?; |