branch: elpa/typescript-mode
commit f36fddeb549d088916ad424a8fcfb1e89a421593
Merge: 0fc7297870 9db704ec1f
Author: Jostein Kjønigsen <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #136 from phst/dup
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"