Skip to content

Commit

Permalink
fix: arg in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreth committed Apr 24, 2021
1 parent 2bcc0bf commit b56ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/recordcounts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('force:limits:recordcounts:display', () => {
test
.do(() => prepareStubs())
.stdout()
.command(['force:limits:recordcounts:display', '--objectnames', 'Account,Contact,Lead', '--json'])
.command(['force:limits:recordcounts:display', '--sobjecttype', 'Account,Contact,Lead', '--json'])
.it('displays the expected results correctly', (ctx) => {
const expected = [
{
Expand Down

0 comments on commit b56ad46

Please sign in to comment.