File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ describe('TranscriptionsApi', () => {
4747 } ) ;
4848 } ) ;
4949
50- describe ( 'listCallTranscriptions ' , ( ) => {
50+ describe ( 'listRealTimeTranscriptions ' , ( ) => {
5151 test ( 'should list call transcriptions' , async ( ) => {
5252 await sleep ( globalThis . SLEEP_TIME_S * 20 ) ;
5353
@@ -61,7 +61,7 @@ describe('TranscriptionsApi', () => {
6161 } ) ;
6262 } ) ;
6363
64- describe ( 'getCallTranscription ' , ( ) => {
64+ describe ( 'getRealTimeTranscription ' , ( ) => {
6565 test ( 'should get call transcription' , async ( ) => {
6666 const { status, data } =
6767 await transcriptionsApi . getRealTimeTranscription ( globalThis . BW_ACCOUNT_ID , mantecaCallId , transcriptionId ) ;
@@ -75,7 +75,7 @@ describe('TranscriptionsApi', () => {
7575 } ) ;
7676 } ) ;
7777
78- describe ( 'deleteCallTranscription ' , ( ) => {
78+ describe ( 'deleteRealTimeTranscription ' , ( ) => {
7979 test ( 'should delete call transcription' , async ( ) => {
8080 const { status } =
8181 await transcriptionsApi . deleteRealTimeTranscription ( globalThis . BW_ACCOUNT_ID , mantecaCallId , transcriptionId ) ;
You can’t perform that action at this time.
0 commit comments