Fix status test

This commit is contained in:
Ritchie Martori 2014-02-03 08:35:04 -08:00
parent c5e7228147
commit 8ec7b712e8
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ describe('app', function() {
assert.equal(typeof res.body, 'object');
assert(res.body.started);
assert(res.body.uptime);
assert.equal(typeof res.body.uptime, 'number');
var elapsed = Date.now() - Number(new Date(res.body.started));