Skip to content

Commit 766ec6d

Browse files
committed
fix spec
1 parent f497639 commit 766ec6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/Convertor.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ describe("Convertor", () => {
951951
result.schemas.basic.properties.user.properties.classes.items
952952
.properties.subRows.items
953953
).to.be.deep.equal({
954-
description: `This was found to be a circular reference and has been closed off to avoid repetitive processing. This closure was made by json-schema-for-openapi v${packageData.version} - please open an issue at: ${packageData.bugs}`,
954+
description: `This was found to be a circular reference and has been closed off to avoid repetitive processing. This closure was made by json-schema-for-openapi v${packageData.version} - please open an issue at: ${packageData.bugs.url}`,
955955
});
956956

957957
// console.log(JSON.stringify(result));

0 commit comments

Comments
 (0)