diff options
Diffstat (limited to 'tests/git_remote_nostr/fetch.rs')
| -rw-r--r-- | tests/git_remote_nostr/fetch.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/git_remote_nostr/fetch.rs b/tests/git_remote_nostr/fetch.rs index 26d0b5b..17fd6d4 100644 --- a/tests/git_remote_nostr/fetch.rs +++ b/tests/git_remote_nostr/fetch.rs | |||
| @@ -140,8 +140,7 @@ mod when_first_git_server_fails_ { | |||
| 140 | #[tokio::test] | 140 | #[tokio::test] |
| 141 | #[serial] | 141 | #[serial] |
| 142 | async fn creates_commits_from_open_proposal_with_no_warnings_printed() -> Result<()> { | 142 | async fn creates_commits_from_open_proposal_with_no_warnings_printed() -> Result<()> { |
| 143 | let (events, source_git_repo) = prep_source_repo_and_events_including_proposals().await?; | 143 | let (events, _) = prep_source_repo_and_events_including_proposals().await?; |
| 144 | let source_path = source_git_repo.dir.to_str().unwrap().to_string(); | ||
| 145 | 144 | ||
| 146 | let (mut r51, mut r52, mut r53, mut r55, mut r56, mut r57) = ( | 145 | let (mut r51, mut r52, mut r53, mut r55, mut r56, mut r57) = ( |
| 147 | Relay::new(8051, None, None), | 146 | Relay::new(8051, None, None), |
| @@ -166,7 +165,6 @@ async fn creates_commits_from_open_proposal_with_no_warnings_printed() -> Result | |||
| 166 | let mut p = cli_tester_after_fetch(&git_repo)?; | 165 | let mut p = cli_tester_after_fetch(&git_repo)?; |
| 167 | p.send_line(format!("fetch {proposal_tip} refs/heads/{branch_name}").as_str())?; | 166 | p.send_line(format!("fetch {proposal_tip} refs/heads/{branch_name}").as_str())?; |
| 168 | p.send_line("")?; | 167 | p.send_line("")?; |
| 169 | p.expect(format!("fetching {source_path} over filesystem...\r\n").as_str())?; | ||
| 170 | // expect no errors | 168 | // expect no errors |
| 171 | p.expect_after_whitespace("\r\n")?; | 169 | p.expect_after_whitespace("\r\n")?; |
| 172 | p.exit()?; | 170 | p.exit()?; |