Skip to content

Commit

Permalink
test: fix test name typo
Browse files Browse the repository at this point in the history
warngins ~> warnings
  • Loading branch information
RandyMcMillan authored and DanConwayDev committed Sep 19, 2024
1 parent b9ea26b commit d82b9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/git_remote_nostr/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mod when_first_git_server_fails_ {

#[tokio::test]
#[serial]
async fn creates_commits_from_open_proposal_with_no_warngins_printed() -> Result<()> {
async fn creates_commits_from_open_proposal_with_no_warnings_printed() -> Result<()> {
let (events, source_git_repo) = prep_source_repo_and_events_including_proposals().await?;
let source_path = source_git_repo.dir.to_str().unwrap().to_string();

Expand Down

0 comments on commit d82b9b9

Please sign in to comment.