Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Remove console.log from an article test
Browse files Browse the repository at this point in the history
  • Loading branch information
codydaig committed Jul 20, 2015
1 parent 53194ff commit a8dae99
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ describe('Article CRUD tests', function () {
it('should return proper error for single article which doesnt exist, if not signed in', function (done) {
request(app).get('/api/articles/test')
.end(function (req, res) {
console.log(res.body);
// Set assertion
res.body.should.be.instanceof(Object).and.have.property('message', 'Article is invalid');

Expand Down

0 comments on commit a8dae99

Please sign in to comment.