Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e109d40

Browse files
authoredJan 15, 2024
chore(internal): update comment (#631)
1 parent 89cea27 commit e109d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
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)
Please sign in to comment.