Skip to content

Commit bfb7971

Browse files
Konstantin Ershovershov-konst
authored andcommitted
fix: tests
1 parent 06583f0 commit bfb7971

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/openapi3/test/examples.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -965,14 +965,7 @@ worksFor(supportedVersions, ({ openApiFor }) => {
965965

966966
it("supports example generation for union that contains enums", async () => {
967967
const res = await openApiFor(
968-
`
969-
namespace MyService {
970-
enum Versions {
971-
v1
972-
}
973-
}
974-
975-
@versioned(Versions)
968+
`
976969
@service
977970
namespace MyService {
978971
enum Enum {

0 commit comments

Comments
 (0)