build(docs-infra): rename duplicate test name (#36348)

When running `docs-test` for the docs generation, a warning is printed for a
duplicate test. This commit fixes this issue.

PR Close #36348
This commit is contained in:
Sonu Kapoor 2020-03-31 06:24:30 -04:00 committed by Alex Rickabaugh
parent 63fbc71439
commit 08348fc2e8
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ describe('processCliCommands processor', () => {
navigation));
});
it('should collect potential search terms from options for indexing', () => {
it('should collect potential search terms from options and its subcommands for indexing', () => {
const doc = {
docType: 'cli-command',
name: 'name',