]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak bug-reference-tests
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 24 Oct 2021 13:18:33 +0000 (15:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 24 Oct 2021 13:18:33 +0000 (15:18 +0200)
* test/lisp/progmodes/bug-reference-tests.el: Tweak tests a bit.

test/lisp/progmodes/bug-reference-tests.el

index 803a1dd75a8d10952545f0915b45c4b8b4941b2e..7a355509a1d40ba3c01bb5233dba825ddbd6385b 100644 (file)
     "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