diff --git a/packages/openapi-generator/test/openapi.test.ts b/packages/openapi-generator/test/openapi.test.ts index e5f5d437..5ef9d28d 100644 --- a/packages/openapi-generator/test/openapi.test.ts +++ b/packages/openapi-generator/test/openapi.test.ts @@ -3599,7 +3599,7 @@ export const route = h.httpRoute({ response: { 200: t.literal('OK'), }, -});` +});`; testCase("route with array examples", ROUTE_WITH_ARRAY_EXAMPLE, { openapi: '3.0.3', @@ -3675,4 +3675,4 @@ testCase("route with array examples", ROUTE_WITH_ARRAY_EXAMPLE, { components: { schemas: {} } -}); \ No newline at end of file +});