diff options
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1260,7 +1260,7 @@ mod tests { | |||
| 1260 | &git_repo, | 1260 | &git_repo, |
| 1261 | &git_repo.get_root_commit()?, | 1261 | &git_repo.get_root_commit()?, |
| 1262 | &oid_to_sha1(&original_oid), | 1262 | &oid_to_sha1(&original_oid), |
| 1263 | nostr::EventId::all_zeros(), | 1263 | Some(nostr::EventId::all_zeros()), |
| 1264 | &TEST_KEY_1_KEYS, | 1264 | &TEST_KEY_1_KEYS, |
| 1265 | &RepoRef::try_from(generate_repo_ref_event()).unwrap(), | 1265 | &RepoRef::try_from(generate_repo_ref_event()).unwrap(), |
| 1266 | None, | 1266 | None, |
| @@ -1418,6 +1418,7 @@ mod tests { | |||
| 1418 | let git_repo = Repo::from_path(&original_repo.dir)?; | 1418 | let git_repo = Repo::from_path(&original_repo.dir)?; |
| 1419 | 1419 | ||
| 1420 | let mut events = generate_pr_and_patch_events( | 1420 | let mut events = generate_pr_and_patch_events( |
| 1421 | // Some(("test".to_string(), "test".to_string())), | ||
| 1421 | "title", | 1422 | "title", |
| 1422 | "description", | 1423 | "description", |
| 1423 | &git_repo, | 1424 | &git_repo, |