Fix indent
This commit is contained in:
parent
daf6d07973
commit
feecb49a9f
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ describe('API', () => {
|
|||
_chai.request(server)
|
||||
.get('/')
|
||||
.end((err, res) => {
|
||||
res.should.have.status(200);
|
||||
res.text.should.be.equal('YEE HAW');
|
||||
res.should.have.status(200);
|
||||
res.text.should.be.equal('YEE HAW');
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue