Skip to content

Commit e31fba5

Browse files
author
marty hiatt
committed
fix test (codeberg)
1 parent 5260cc7 commit e31fba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-link-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
(git-link-codeberg "https://codeberg.org" "user/repo" "file.txt" "master" "abc123" 10 20)))
182182

183183
;; File link with commit instead of branch
184-
(should (equal "https://codeberg.org/user/repo/src/abc123/file.txt"
184+
(should (equal "https://codeberg.org/user/repo/src/commit/abc123/file.txt"
185185
(git-link-codeberg "https://codeberg.org" "user/repo" "file.txt" nil "abc123" nil nil))))
186186

187187

0 commit comments

Comments
 (0)