Skip to content

Commit 44be67b

Browse files
committed
Removed debug details
1 parent df33bd1 commit 44be67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/convention_validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('validate', function(done) {
1010

1111
swaggerCheckStyle.validate(checkStyle, spec, function(err, result) {
1212
if (err) throw err;
13-
should.not.exist(result.error && result.error.details)
13+
should.not.exist(result.error)
1414
done();
1515
});
1616
});

0 commit comments

Comments
 (0)