diff options
| -rw-r--r-- | tests/git_remote_nostr/fetch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git_remote_nostr/fetch.rs b/tests/git_remote_nostr/fetch.rs index 066e104..26d0b5b 100644 --- a/tests/git_remote_nostr/fetch.rs +++ b/tests/git_remote_nostr/fetch.rs | |||
| @@ -139,7 +139,7 @@ mod when_first_git_server_fails_ { | |||
| 139 | 139 | ||
| 140 | #[tokio::test] | 140 | #[tokio::test] |
| 141 | #[serial] | 141 | #[serial] |
| 142 | async fn creates_commits_from_open_proposal_with_no_warngins_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, source_git_repo) = prep_source_repo_and_events_including_proposals().await?; |
| 144 | let source_path = source_git_repo.dir.to_str().unwrap().to_string(); | 144 | let source_path = source_git_repo.dir.to_str().unwrap().to_string(); |
| 145 | 145 | ||