diff options
Diffstat (limited to 'tests/git_remote_helper.rs')
| -rw-r--r-- | tests/git_remote_helper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git_remote_helper.rs b/tests/git_remote_helper.rs index fda393f..558635f 100644 --- a/tests/git_remote_helper.rs +++ b/tests/git_remote_helper.rs | |||
| @@ -58,7 +58,7 @@ fn cli_tester(git_repo: &GitTestRepo) -> CliTester { | |||
| 58 | 58 | ||
| 59 | fn cli_tester_after_fetch(git_repo: &GitTestRepo) -> Result<CliTester> { | 59 | fn cli_tester_after_fetch(git_repo: &GitTestRepo) -> Result<CliTester> { |
| 60 | let mut p = cli_tester(git_repo); | 60 | let mut p = cli_tester(git_repo); |
| 61 | p.expect("fetching updates...\r\n")?; | 61 | p.expect("fetching from nostr...\r\n")?; |
| 62 | p.expect_eventually("updates")?; // some updates | 62 | p.expect_eventually("updates")?; // some updates |
| 63 | p.expect_eventually("\r\n")?; | 63 | p.expect_eventually("\r\n")?; |
| 64 | Ok(p) | 64 | Ok(p) |