diff options
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1526,6 +1526,7 @@ mod tests { | |||
| 1526 | None, | 1526 | None, |
| 1527 | None, | 1527 | None, |
| 1528 | &None, | 1528 | &None, |
| 1529 | &[], | ||
| 1529 | ) | 1530 | ) |
| 1530 | } | 1531 | } |
| 1531 | fn test_patch_applies_to_repository(patch_event: nostr::Event) -> Result<()> { | 1532 | fn test_patch_applies_to_repository(patch_event: nostr::Event) -> Result<()> { |
| @@ -1687,6 +1688,7 @@ mod tests { | |||
| 1687 | &TEST_KEY_1_KEYS, | 1688 | &TEST_KEY_1_KEYS, |
| 1688 | &RepoRef::try_from(generate_repo_ref_event()).unwrap(), | 1689 | &RepoRef::try_from(generate_repo_ref_event()).unwrap(), |
| 1689 | &None, | 1690 | &None, |
| 1691 | &[], | ||
| 1690 | )?; | 1692 | )?; |
| 1691 | 1693 | ||
| 1692 | events.reverse(); | 1694 | events.reverse(); |