diff options
Diffstat (limited to 'tests/ngit_send.rs')
| -rw-r--r-- | tests/ngit_send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_send.rs b/tests/ngit_send.rs index 9a46469..ec72667 100644 --- a/tests/ngit_send.rs +++ b/tests/ngit_send.rs | |||
| @@ -158,7 +158,7 @@ fn expect_msgs_first(p: &mut CliTester, include_cover_letter: bool) -> Result<() | |||
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | fn expect_msgs_after(p: &mut CliTester) -> Result<()> { | 160 | fn expect_msgs_after(p: &mut CliTester) -> Result<()> { |
| 161 | p.expect_after_whitespace("view in gitworkshop.dev: https://gitworkshop.dev/repo")?; | 161 | p.expect_after_whitespace("view in gitworkshop.dev: https://gitworkshop.dev/")?; |
| 162 | p.expect_eventually("\r\n")?; | 162 | p.expect_eventually("\r\n")?; |
| 163 | p.expect("view in another client: https://njump.me/")?; | 163 | p.expect("view in another client: https://njump.me/")?; |
| 164 | p.expect_eventually("\r\n")?; | 164 | p.expect_eventually("\r\n")?; |