Skip to content

Commit

Permalink
Fix test for stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Oct 15, 2020
1 parent 582a4b8 commit 32c7bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('e2e', function() {

const stdout = await stdoutPromise

expect(stdout.trim()).to.equal('Code contains empty blocks')
expect(stdout.trim()).to.contain('Code contains empty blocks')
})
})
})

0 comments on commit 32c7bbc

Please sign in to comment.