Skip to content

Feature/csv show tool #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 20, 2020
Prev Previous commit
[cdt-98] - test fixed
Signed-off-by: ashish <ashishpatel0720@gmail.com>
  • Loading branch information
pateash committed Apr 20, 2020
commit 7edf5af226de452f24d9f9a3bd6e65ee31d6206f
2 changes: 1 addition & 1 deletion test/commands/view.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('view', () => {
.stdout()
.command(['view', 'test/resources/csv/test_view.csv', '-n', '900'])
.it('check if 900 count is used, it shows only total present rows', ctx => {
expect(ctx.stdout).to.contain('showing top 892 rows.')
expect(ctx.stdout).to.contain('showing top 891 records.')
})

test
Expand Down