Skip to content

Commit 7edf5af

Browse files
committed
[cdt-98] - test fixed
Signed-off-by: ashish <[email protected]>
1 parent ac98183 commit 7edf5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/view.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('view', () => {
3333
.stdout()
3434
.command(['view', 'test/resources/csv/test_view.csv', '-n', '900'])
3535
.it('check if 900 count is used, it shows only total present rows', ctx => {
36-
expect(ctx.stdout).to.contain('showing top 892 rows.')
36+
expect(ctx.stdout).to.contain('showing top 891 records.')
3737
})
3838

3939
test

0 commit comments

Comments
 (0)