Skip to content

Commit

Permalink
style(test): typo
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
Christian Budde Christensen committed Jan 11, 2016
1 parent 59ed091 commit 7f10d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/mocha-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ chai.use((chai, utils) => {
this.assert(response._status === expectedStatus,
`expected response status '#{response._status}' to be '#{expectedStatus}'`)
this.assert(response._body === expectedBody,
`expected response body '#{response._body}' to be '#{exp)ectedBody}'`)
`expected response body '#{response._body}' to be '#{expectedBody}'`)
})

chai.Assertion.addMethod('beNotServed', function () {
Expand Down

0 comments on commit 7f10d81

Please sign in to comment.