upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/git.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git.rs')
-rw-r--r--src/git.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git.rs b/src/git.rs
index e797cb8..fb3b353 100644
--- a/src/git.rs
+++ b/src/git.rs
@@ -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",