Skip to content

Commit

Permalink
Fix zod-openapi test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpppk committed Jan 22, 2025
1 parent fe6803d commit fa31cac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/typed-api-spec/src/zod/openapi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ describe("openapi", () => {
content: {
"application/json": {
schema: {
$schema: "http://json-schema.org/draft-07/schema#",
items: {
properties: {
message: {
Expand All @@ -68,7 +67,6 @@ describe("openapi", () => {
content: {
"application/json": {
schema: {
$schema: "http://json-schema.org/draft-07/schema#",
properties: {
name: {
type: "string",
Expand All @@ -86,7 +84,6 @@ describe("openapi", () => {
content: {
"application/json": {
schema: {
$schema: "http://json-schema.org/draft-07/schema#",
items: {
properties: {
message: {
Expand Down

0 comments on commit fa31cac

Please sign in to comment.