diff options
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!( |