[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote-sequence 0443b4ba21: Use "denote-sequence-test"
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote-sequence 0443b4ba21: Use "denote-sequence-test" instead of "denote-test" in the tests' file |
Date: |
Mon, 28 Apr 2025 13:27:01 -0400 (EDT) |
branch: externals/denote-sequence
commit 0443b4ba215ac1a21c630d4370d1193daf6fd90b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Use "denote-sequence-test" instead of "denote-test" in the tests' file
---
tests/denote-sequence-test.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/denote-sequence-test.el b/tests/denote-sequence-test.el
index 35a3879b34..2b8562b7e8 100644
--- a/tests/denote-sequence-test.el
+++ b/tests/denote-sequence-test.el
@@ -1,4 +1,4 @@
-;;; denote-test.el --- Unit tests for denote-sequence.el -*- lexical-binding:
t -*-
+;;; denote-sequence-test.el --- Unit tests for denote-sequence.el -*-
lexical-binding: t -*-
;; Copyright (C) 2023-2025 Free Software Foundation, Inc.
@@ -49,7 +49,7 @@ Use the function `denote-sequence-get-new' for child and
sibling with
the numeric and alphanumeric `denote-sequence-scheme', as well as the
function `denote-sequence-get-relative'."
(let* ((denote-sequence-scheme 'numeric)
- (denote-directory (expand-file-name "denote-test"
temporary-file-directory))
+ (denote-directory (expand-file-name "denote-sequence-test"
temporary-file-directory))
(files
(mapcar
(lambda (file)
@@ -129,7 +129,7 @@ function `denote-sequence-get-relative'."
"20241230T075023==1=1=2--test__testing.txt")))
(let* ((denote-sequence-scheme 'alphanumeric)
- (denote-directory (expand-file-name "denote-test"
temporary-file-directory))
+ (denote-directory (expand-file-name "denote-sequence-test"
temporary-file-directory))
(files
(mapcar
(lambda (file)
@@ -234,8 +234,8 @@ function `denote-sequence-get-relative'."
(should (string= (denote-sequence-increment "10") "11"))
(should-error (denote-sequence-increment "1=a")))
-(provide 'denote-test)
-;;; denote-test.el ends here
+(provide 'denote-sequence-test)
+;;; denote-sequence-test.el ends here
;; Local Variables:
;; read-symbol-shorthands: (("dst" . "denote-sequence-test-"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/denote-sequence 0443b4ba21: Use "denote-sequence-test" instead of "denote-test" in the tests' file,
ELPA Syncer <=