diff options
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1265,6 +1265,7 @@ mod tests { | |||
| 1265 | &RepoRef::try_from(generate_repo_ref_event()).unwrap(), | 1265 | &RepoRef::try_from(generate_repo_ref_event()).unwrap(), |
| 1266 | None, | 1266 | None, |
| 1267 | None, | 1267 | None, |
| 1268 | None, | ||
| 1268 | ) | 1269 | ) |
| 1269 | } | 1270 | } |
| 1270 | fn test_patch_applies_to_repository(patch_event: nostr::Event) -> Result<()> { | 1271 | fn test_patch_applies_to_repository(patch_event: nostr::Event) -> Result<()> { |
| @@ -1418,9 +1419,7 @@ mod tests { | |||
| 1418 | let git_repo = Repo::from_path(&original_repo.dir)?; | 1419 | let git_repo = Repo::from_path(&original_repo.dir)?; |
| 1419 | 1420 | ||
| 1420 | let mut events = generate_pr_and_patch_events( | 1421 | let mut events = generate_pr_and_patch_events( |
| 1421 | // Some(("test".to_string(), "test".to_string())), | 1422 | Some(("test".to_string(), "test".to_string())), |
| 1422 | "title", | ||
| 1423 | "description", | ||
| 1424 | &git_repo, | 1423 | &git_repo, |
| 1425 | &vec![oid_to_sha1(&oid1), oid_to_sha1(&oid2), oid_to_sha1(&oid3)], | 1424 | &vec![oid_to_sha1(&oid1), oid_to_sha1(&oid2), oid_to_sha1(&oid3)], |
| 1426 | &TEST_KEY_1_KEYS, | 1425 | &TEST_KEY_1_KEYS, |