We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac98183 commit 7edf5afCopy full SHA for 7edf5af
test/commands/view.test.ts
@@ -33,7 +33,7 @@ describe('view', () => {
33
.stdout()
34
.command(['view', 'test/resources/csv/test_view.csv', '-n', '900'])
35
.it('check if 900 count is used, it shows only total present rows', ctx => {
36
- expect(ctx.stdout).to.contain('showing top 892 rows.')
+ expect(ctx.stdout).to.contain('showing top 891 records.')
37
})
38
39
test
0 commit comments