Skip to content

Commit 153fea9

Browse files
author
Dennis Falling
committed
fixed gitlab test
1 parent 81e70b3 commit 153fea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gitlab.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('gitlab.test.js', function () {
4343

4444
it('should request 404 error', function (done) {
4545
client.request('get', '/projects/:id/milestones', {id: 99999999}, function (err, milestones) {
46-
should.not.exists(err);
46+
should.exists(err);
4747
should.not.exists(milestones);
4848
done();
4949
});

0 commit comments

Comments
 (0)