1
0

Add missing space and semicolons

This commit is contained in:
2019-01-03 06:12:27 +01:00
parent 48a1f3756b
commit ce48d31769
2 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ When('I use chai', function () {
})
Then('I see chai diff on failure', function () {
expect(compared.actual).to.deep.equal(compared.expected)
expect(compared.actual).to.deep.equal(compared.expected)
})