Skip to content

Commit dc85c03

Browse files
committed
tiny test tidy
1 parent 5268cf6 commit dc85c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/userResDecorator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ describe('userResDecorator', function () {
9292
.get('/promise')
9393
.end(function (err, res) {
9494
if (err) { return done(err); }
95+
assert.equal(res.body.origin, '127.0.0.1');
9596
assert.equal(res.body.funkyMessage, 'oi io oo ii');
9697
done();
9798
});

0 commit comments

Comments
 (0)