mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Fix indent
This commit is contained in:
parent
bb07df2066
commit
1e7137bb71
@ -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 New Issue
Block a user