We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4d1cc commit ec340b8Copy full SHA for ec340b8
test/commands/avro.test.ts
@@ -80,5 +80,5 @@ test
80
.stdout()
81
.command(['avro', '-f', 'test/resources/avro/person.avro', '-o', 'test/resources/avro/output/person.csv','to_csv'])
82
.it('if to_csv commands run with success', ctx => {
83
- expect(ctx.stdout).to.contain('sucdfcess')
+ expect(ctx.stdout).to.contain('success')
84
})
0 commit comments