emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 082e080 2/2: Tweak bug-reference-tests


From: Lars Ingebrigtsen
Subject: master 082e080 2/2: Tweak bug-reference-tests
Date: Sun, 24 Oct 2021 09:18:41 -0400 (EDT)

branch: master
commit 082e080c301380496b7a1d5a9c4636b19e9e3662
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Tweak bug-reference-tests
    
    * test/lisp/progmodes/bug-reference-tests.el: Tweak tests a bit.
---
 test/lisp/progmodes/bug-reference-tests.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/test/lisp/progmodes/bug-reference-tests.el 
b/test/lisp/progmodes/bug-reference-tests.el
index 803a1dd..7a35550 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]