Skip to content

Commit ec340b8

Browse files
committed
[cdt-63] : bugfixing test closes #63
Signed-off-by: ashish <[email protected]>
1 parent 8f4d1cc commit ec340b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/avro.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ test
8080
.stdout()
8181
.command(['avro', '-f', 'test/resources/avro/person.avro', '-o', 'test/resources/avro/output/person.csv','to_csv'])
8282
.it('if to_csv commands run with success', ctx => {
83-
expect(ctx.stdout).to.contain('sucdfcess')
83+
expect(ctx.stdout).to.contain('success')
8484
})

0 commit comments

Comments
 (0)