Skip to content

Commit

Permalink
fix(usage): indentation in new test from #1682
Browse files Browse the repository at this point in the history
  • Loading branch information
mleguen committed Aug 3, 2020
1 parent 0429596 commit 6b28fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/usage.js
Expand Up @@ -1101,8 +1101,8 @@ describe('usage tests', () => {
r.should.have.property('exit').and.equal(true)
r.errors.join('\n').split(/\n+/).should.deep.equal([
'Options:',
' --help Show help [boolean]',
' --version Show version number [boolean]',
' --help Show help [boolean]',
' --version Show version number [boolean]',
' -y [required]',
'Examples:',
' usage something description',
Expand Down

0 comments on commit 6b28fc5

Please sign in to comment.