Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Jul 12, 2024
1 parent 3dc32db commit 36ac0dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test("generateOpenAPI correctly parses description with front matter", async (t)
routeSpec.description.trim(),
"This endpoint allows you to add a new todo item to the list. Deprecated."
)
t.is(routeSpec['x-deprecated'], "Use foobar instead.")
t.is(routeSpec["x-deprecated"], "Use foobar instead.")
t.is(routeSpec["x-fern-sdk-return-value"], "foobar")
t.is(routeSpec["x-response-key"], "foobar")
})

0 comments on commit 36ac0dd

Please sign in to comment.