Skip to content

Commit 2f6b6ca

Browse files
authored
fix: Fix transcription test expectation. (#16664)
1 parent 615bbdc commit 2f6b6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/jaas/transcriptions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Transcription', () => {
2626
token: t({ room, moderator: true }),
2727
iFrameApi: true });
2828

29-
const transcriptionEnabled = await p1.execute(() => !config.transcription?.enabled);
29+
const transcriptionEnabled = await p1.execute(() => config.transcription?.enabled);
3030

3131
expect(transcriptionEnabled).toBe(expectations.jaas.transcriptionEnabled);
3232

0 commit comments

Comments
 (0)