Skip to content

Commit a3a437a

Browse files
authored
SWI-5286 Update Method Names in Tests (#29)
1 parent 66e0b2a commit a3a437a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/transcriptions-api.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)