branch: elpa/git-commit commit 39bea860f926a663f491b1547c271459244f073e Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
tests: Update metadata These changes have been made to libraries over time, but because test files are not library, the tools that were used to make these changes to libraries, skipped this file. --- test/magit-tests.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/test/magit-tests.el b/test/magit-tests.el index f2d67f87b3..b6b7a94dd3 100644 --- a/test/magit-tests.el +++ b/test/magit-tests.el @@ -1,6 +1,6 @@ ;;; magit-tests.el --- Tests for Magit -*- lexical-binding:t; coding:utf-8 -*- -;; Copyright (C) 2008-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; SPDX-License-Identifier: GPL-3.0-or-later @@ -494,9 +494,6 @@ Recent commits\n[[:xdigit:]]\\{7,\\} master dummy\\'" (cl-letf (((symbol-function 'char-displayable-p) (lambda (_) nil))) (should (equal (magit--ellipsis 'foo) (magit--ellipsis)))))) -;;; magit-tests.el ends soon +;;; _ (provide 'magit-tests) -;; Local Variables: -;; indent-tabs-mode: nil -;; End: ;;; magit-tests.el ends here