Fix type checking in unit tests

This commit is contained in:
Nick O'Leary
2016-10-10 13:27:43 +01:00
parent eb1a597456
commit 42f7dc1947
28 changed files with 281 additions and 252 deletions

View File

@@ -119,7 +119,7 @@ describe("api index", function() {
return done(err);
}
res.text.should.eql("Not started");
errorLog.calledOnce.should.be.true;
errorLog.calledOnce.should.be.true();
done();
});
});