diff options
| author | @RandyMcMillan <randy.lee.mcmillan@gmail.com> | 2024-09-18 23:12:11 -0400 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-19 07:31:31 +0100 |
| commit | d82b9b919675233418af6d263a36c61e8c1248a0 (patch) | |
| tree | 6a9c297b7178626b88e0d3b22034d08b64c6470a /tests/git_remote_nostr/fetch.rs | |
| parent | b9ea26bc928c361b092eefde69820c51ebc3a3df (diff) | |
test: fix test name typo
warngins ~> warnings
Diffstat (limited to 'tests/git_remote_nostr/fetch.rs')
| -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 | ||