Skip to content

Commit

Permalink
fix tests2
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrtko committed Oct 25, 2017
1 parent 56e2019 commit dcf1eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Landing page', function() {
.end(function(err, res){
res.should.have.status(200);
done();
}
})
});

});

0 comments on commit dcf1eb5

Please sign in to comment.