Skip to content

Commit

Permalink
Merge pull request #838 from BitGo/chore-fix-github-code-scanning-alert
Browse files Browse the repository at this point in the history
chore: fix GitHub code scanning alert
  • Loading branch information
bitgopatmcl authored Jul 18, 2024
2 parents 4cc1259 + 4863d93 commit 497dc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/openapi-generator/test/openapi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -3675,4 +3675,4 @@ testCase("route with array examples", ROUTE_WITH_ARRAY_EXAMPLE, {
components: {
schemas: {}
}
});
});

0 comments on commit 497dc9f

Please sign in to comment.