Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit a3a6163

Browse files
author
Christopher Anderson
committed
Fix tests for *:index
1 parent 5172f54 commit a3a6163

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/qnamaker/test/commands/qnamaker/alterations/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {expect, test} from '@oclif/test'
33
describe('qnamaker:alterations:index', () => {
44
test
55
.stdout()
6-
.command(['qnamaker:alterations:index'])
6+
.command(['qnamaker:alterations'])
77
.it('runs', ctx => {
88
expect(ctx.stdout).to.contain('')
99
})

packages/qnamaker/test/commands/qnamaker/endpointkeys/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {expect, test} from '@oclif/test'
33
describe('qnamaker:endpointkeys:index', () => {
44
test
55
.stdout()
6-
.command(['qnamaker:endpointkeys:index'])
6+
.command(['qnamaker:endpointkeys'])
77
.it('runs', ctx => {
88
expect(ctx.stdout).to.contain('')
99
})

packages/qnamaker/test/commands/qnamaker/endpointsettings/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {expect, test} from '@oclif/test'
33
describe('qnamaker:endpointsettings:index', () => {
44
test
55
.stdout()
6-
.command(['qnamaker:endpointsettings:index'])
6+
.command(['qnamaker:endpointsettings'])
77
.it('runs', ctx => {
88
expect(ctx.stdout).to.contain('')
99
})

packages/qnamaker/test/commands/qnamaker/kb/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {expect, test} from '@oclif/test'
33
describe('qnamaker:kb:index', () => {
44
test
55
.stdout()
6-
.command(['qnamaker:kb:index'])
6+
.command(['qnamaker:kb'])
77
.it('runs', ctx => {
88
expect(ctx.stdout).to.contain('')
99
})

packages/qnamaker/test/commands/qnamaker/operationdetails/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {expect, test} from '@oclif/test'
33
describe('qnamaker:operationdetails:index', () => {
44
test
55
.stdout()
6-
.command(['qnamaker:operationdetails:index'])
6+
.command(['qnamaker:operationdetails'])
77
.it('runs', ctx => {
88
expect(ctx.stdout).to.contain('')
99
})

0 commit comments

Comments
 (0)