Skip to content

Commit f8c65fb

Browse files
rm error
1 parent b04a5ed commit f8c65fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/openapi3/client/petstore/typescript/tests/one-of/test/api/DefaultApi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ describe("Test oneOf API methods", () => {
1818

1919
it("With discriminator", async () => {
2020
const response = await DefaultApi.testDiscriminator();
21-
expect(response).to.be.instanceof(petstore.Cat);
21+
expect(response).to.be.instanceof(petstore.Dog);
2222
})
2323
})

0 commit comments

Comments
 (0)