upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/git/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/git/mod.rs b/src/lib/git/mod.rs
index fb7ae74..7ebdefd 100644
--- a/src/lib/git/mod.rs
+++ b/src/lib/git/mod.rs
@@ -1192,7 +1192,7 @@ mod tests {
1192 +some content1\n\\ \ 1192 +some content1\n\\ \
1193 No newline at end of file\n\ 1193 No newline at end of file\n\
1194 --\n\ 1194 --\n\
1195 libgit2 1.7.2\n\ 1195 libgit2 1.8.1\n\
1196 \n\ 1196 \n\
1197 ", 1197 ",
1198 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, 1198 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?,
@@ -1228,7 +1228,7 @@ mod tests {
1228 +some content1\n\\ \ 1228 +some content1\n\\ \
1229 No newline at end of file\n\ 1229 No newline at end of file\n\
1230 --\n\ 1230 --\n\
1231 libgit2 1.7.2\n\ 1231 libgit2 1.8.1\n\
1232 \n\ 1232 \n\
1233 ", 1233 ",
1234 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, 1234 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?,