Skip to content

Commit

Permalink
test: remove console log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpopp07 authored Jun 15, 2019
1 parent 8c38c5e commit 7219f2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/plugins/validation/2and3/operations-shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ describe('validation plugin - semantic - operations-shared', function() {
};

const res = validate({ resolvedSpec: spec, isOAS3: true }, config);
console.log(res);
expect(res.errors.length).toEqual(0);
expect(res.warnings.length).toEqual(1);

Expand Down

0 comments on commit 7219f2b

Please sign in to comment.