Skip to content

Commit

Permalink
fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Oct 3, 2023
1 parent 3975182 commit ff6d0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/custom-operations/parse-schema-v3.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('custom operations for v3 - parse schemas', function() {
}
};
const { document, diagnostics } = await parser.parse(documentRaw);
console.log(diagnostics)
console.log(diagnostics);
expect(document).toBeInstanceOf(AsyncAPIDocumentV3);
expect(diagnostics.length === 0).toEqual(true);

Expand Down

0 comments on commit ff6d0f9

Please sign in to comment.