diff options
Diffstat (limited to 'src/lib/git/mod.rs')
| -rw-r--r-- | src/lib/git/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/git/mod.rs b/src/lib/git/mod.rs index 2b78f38..1329820 100644 --- a/src/lib/git/mod.rs +++ b/src/lib/git/mod.rs | |||
| @@ -1141,7 +1141,7 @@ mod tests { | |||
| 1141 | fn test(time: git2::Time) -> Result<()> { | 1141 | fn test(time: git2::Time) -> Result<()> { |
| 1142 | assert_eq!( | 1142 | assert_eq!( |
| 1143 | extract_sig_from_patch_tags( | 1143 | extract_sig_from_patch_tags( |
| 1144 | &Tags::new(vec![nostr::Tag::custom( | 1144 | &Tags::from_list(vec![nostr::Tag::custom( |
| 1145 | nostr::TagKind::Custom("author".to_string().into()), | 1145 | nostr::TagKind::Custom("author".to_string().into()), |
| 1146 | prep(&time)?, | 1146 | prep(&time)?, |
| 1147 | )]), | 1147 | )]), |