diff options
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -948,8 +948,8 @@ mod tests { | |||
| 948 | fn test(time: git2::Time) -> Result<()> { | 948 | fn test(time: git2::Time) -> Result<()> { |
| 949 | assert_eq!( | 949 | assert_eq!( |
| 950 | extract_sig_from_patch_tags( | 950 | extract_sig_from_patch_tags( |
| 951 | &[nostr::Tag::Generic( | 951 | &[nostr::Tag::custom( |
| 952 | nostr::TagKind::Custom("author".to_string()), | 952 | nostr::TagKind::Custom("author".to_string().into()), |
| 953 | prep(&time)?, | 953 | prep(&time)?, |
| 954 | )], | 954 | )], |
| 955 | "author", | 955 | "author", |