From fe1cb8deeafa8d5b0e210d3982eff8b4ba829b6d Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:49:08 +0100 Subject: [PATCH] fix test example --- test/custom-operations/parse-schema-v3.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/custom-operations/parse-schema-v3.spec.ts b/test/custom-operations/parse-schema-v3.spec.ts index fab592bde..6e56ed10a 100644 --- a/test/custom-operations/parse-schema-v3.spec.ts +++ b/test/custom-operations/parse-schema-v3.spec.ts @@ -26,7 +26,7 @@ describe('custom operations for v3 - parse schemas', function() { }, messages: [ { - $ref: '#/components/messages/message' + $ref: '#/channels/channel/messages/message' } ] }