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

Commit fd94011

Browse files
committed
Fixing test to math new text
1 parent 8237719 commit fd94011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config/test/commands/config/set/telemetry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('config:set:telemetry', () => {
2626
.it('Shows help and keeps the same seetings', async ctx => {
2727
let config = await fs.readJSON(getConfigFile())
2828
expect(config.telemetry).to.be.true
29-
expect(ctx.stdout).to.be.contain('Enable or disable telemetry')
29+
expect(ctx.stdout).to.be.contain('Enable or disable anonymous data collection')
3030
})
3131

3232
test

0 commit comments

Comments
 (0)