summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/lisp/progmodes/bug-reference-tests.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/lisp/progmodes/bug-reference-tests.el b/test/lisp/progmodes/bug-reference-tests.el
index 803a1dd75a8..7a355509a1d 100644
--- a/test/lisp/progmodes/bug-reference-tests.el
+++ b/test/lisp/progmodes/bug-reference-tests.el
@@ -44,19 +44,19 @@
"larsmagne/csid"))
(should
(equal
- (test--get-github-entry "https://github.com/emacs-mirror/emacs.git")
- "emacs-mirror/emacs"))
+ (test--get-github-entry "https://github.com/magit/magit.git")
+ "magit/magit"))
(should
(equal
- (test--get-github-entry "https://github.com/emacs-mirror/emacs.git/")
- "emacs-mirror/emacs"))
+ (test--get-github-entry "https://github.com/magit/magit.git/")
+ "magit/magit"))
(should
(equal
- (test--get-github-entry "https://github.com/emacs-mirror/emacs")
- "emacs-mirror/emacs"))
+ (test--get-github-entry "https://github.com/magit/magit")
+ "magit/magit"))
(should
(equal
- (test--get-github-entry "https://github.com/emacs-mirror/emacs/")
- "emacs-mirror/emacs")))
+ (test--get-github-entry "https://github.com/magit/magit/")
+ "magit/magit")))
;;; bug-reference-tests.el ends here