emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/typescript-mode 9db704ec1f 185/222: Fix duplicate test nam


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 9db704ec1f 185/222: Fix duplicate test name
Date: Sun, 6 Feb 2022 16:59:31 -0500 (EST)

branch: elpa/typescript-mode
commit 9db704ec1ff379e0a9c396425b5fb9f5a788068e
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Fix duplicate test name
---
 typescript-mode-jsdoc-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typescript-mode-jsdoc-tests.el b/typescript-mode-jsdoc-tests.el
index 367370e18d..ae0f05d5ea 100644
--- a/typescript-mode-jsdoc-tests.el
+++ b/typescript-mode-jsdoc-tests.el
@@ -432,8 +432,8 @@ For more information about how to write `SPECS', see 
`font-lock-test'."
      ;; ("{ExampleExtended1}" . typescript-jsdoc-type)
      )))
 
-(ert-deftest jsdoc/async-tag-in-multiline-doc-comment-with-meaningless-cases ()
-  "Test for meaningless though valid usage of @async tags and its alias."
+(ert-deftest 
jsdoc/augments-tag-in-multiline-doc-comment-with-meaningless-cases ()
+  "Test for meaningless though valid usage of @augments tags and its alias."
   (jsdoc-multiline-test
    '(
      "@augments {ExampleAugmented0} extra augments value"



reply via email to

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