diff options
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1313,6 +1313,7 @@ mod tests { | |||
| 1313 | None, | 1313 | None, |
| 1314 | None, | 1314 | None, |
| 1315 | None, | 1315 | None, |
| 1316 | &None, | ||
| 1316 | ) | 1317 | ) |
| 1317 | } | 1318 | } |
| 1318 | fn test_patch_applies_to_repository(patch_event: nostr::Event) -> Result<()> { | 1319 | fn test_patch_applies_to_repository(patch_event: nostr::Event) -> Result<()> { |
| @@ -1473,6 +1474,7 @@ mod tests { | |||
| 1473 | &vec![oid_to_sha1(&oid1), oid_to_sha1(&oid2), oid_to_sha1(&oid3)], | 1474 | &vec![oid_to_sha1(&oid1), oid_to_sha1(&oid2), oid_to_sha1(&oid3)], |
| 1474 | &TEST_KEY_1_KEYS, | 1475 | &TEST_KEY_1_KEYS, |
| 1475 | &RepoRef::try_from(generate_repo_ref_event()).unwrap(), | 1476 | &RepoRef::try_from(generate_repo_ref_event()).unwrap(), |
| 1477 | &None, | ||
| 1476 | )?; | 1478 | )?; |
| 1477 | 1479 | ||
| 1478 | events.reverse(); | 1480 | events.reverse(); |