From 082e080c301380496b7a1d5a9c4636b19e9e3662 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 24 Oct 2021 15:18:33 +0200 Subject: 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(-) (limited to 'test/lisp/progmodes/bug-reference-tests.el') 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 -- cgit v1.2.3