Skip to content

Commit

Permalink
Update test/integration/test/superapi.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Weng <[email protected]>
  • Loading branch information
kirillatrev and Kevin Weng authored Dec 20, 2023
1 parent 013c51f commit 1661fcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/test/superapi.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ test('superapi Can submit local file', async () => {
var translatedCaptionsStream1 = client.getTranslatedCaptions(job.id,"es", undefined, 0);
expect(translatedCaptionsStream1).not.toBeNull();



var translationString2 = client.getTranslatedTranscriptText(job.id,"ru");
expect(translationString2).not.toBeNull();
var translationObject2 = client.getTranslatedTranscriptObject(job.id,"ru");
Expand Down

0 comments on commit 1661fcf

Please sign in to comment.