summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/bug-reference-tests.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-10-24 15:18:33 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-10-24 15:18:33 +0200
commit082e080c301380496b7a1d5a9c4636b19e9e3662 (patch)
tree1e12f834bdcce165e32ee6a155ab2e00ab4958b0 /test/lisp/progmodes/bug-reference-tests.el
parentc1a71ea77419065d13f8a0bd8f488c27bd749610 (diff)
downloademacs-082e080c301380496b7a1d5a9c4636b19e9e3662.tar.gz
emacs-082e080c301380496b7a1d5a9c4636b19e9e3662.tar.bz2
emacs-082e080c301380496b7a1d5a9c4636b19e9e3662.zip
Tweak bug-reference-tests
* test/lisp/progmodes/bug-reference-tests.el: Tweak tests a bit.
Diffstat (limited to 'test/lisp/progmodes/bug-reference-tests.el')
-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