This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch feature/vscode-htl in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 78ecba6c0cf1bcdabd3b0c67113a1dae29730e61 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Dec 9 11:33:26 2021 +0100 completions: tweak test name --- vscode-htl/src/test/suite/extension.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-htl/src/test/suite/extension.test.ts b/vscode-htl/src/test/suite/extension.test.ts index e3d1849..c0ad357 100644 --- a/vscode-htl/src/test/suite/extension.test.ts +++ b/vscode-htl/src/test/suite/extension.test.ts @@ -79,7 +79,7 @@ suite('Extension Test Suite', () => { assert.deepStrictEqual(completionVariables?.sort(), ["children", "name", "parent", "path", "resourceType"]); }); - test('nested completion test for', () => { + test('nested completion test', () => { let document = ` <html> <body>
