Skip to content

Commit af88d16

Browse files
committed
chore(internal): update comment (#631)
1 parent 89cea27 commit af88d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api-resources/audio/speech.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const openai = new OpenAI({
88
});
99

1010
describe('resource speech', () => {
11-
// Mocked tests are currently broken
11+
// binary tests are currently broken
1212
test.skip('create: required and optional params', async () => {
1313
const response = await openai.audio.speech.create({
1414
input: 'string',

0 commit comments

Comments
 (0)