test(deepgram): match normalized live transcript

This commit is contained in:
Vincent Koc
2026-08-03 17:31:53 +08:00
parent 81ae848c5b
commit a74fcc5271
+1 -1
View File
@@ -87,7 +87,7 @@ describeLive("deepgram live", () => {
endpointingMs: 500,
},
audio: Buffer.concat([Buffer.alloc(4000, 0xff), speech, Buffer.alloc(8000, 0xff)]),
expectedNormalizedText: "life moves pretty fast",
expectedNormalizedText: "lifemovesprettyfast",
});
}, 90_000);
});