Skip to content

Commit

Permalink
chore(internal): update comment (openai#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jan 21, 2024
1 parent 89cea27 commit af88d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api-resources/audio/speech.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const openai = new OpenAI({
});

describe('resource speech', () => {
// Mocked tests are currently broken
// binary tests are currently broken
test.skip('create: required and optional params', async () => {
const response = await openai.audio.speech.create({
input: 'string',
Expand Down

0 comments on commit af88d16

Please sign in to comment.