diff --git a/src/media-understanding/runner.skip-tiny-audio.test.ts b/src/media-understanding/runner.skip-tiny-audio.test.ts index 003b3060c..767d4d7d3 100644 --- a/src/media-understanding/runner.skip-tiny-audio.test.ts +++ b/src/media-understanding/runner.skip-tiny-audio.test.ts @@ -176,7 +176,7 @@ describe("runCapability skips tiny audio files", () => { expect(transcribeCalled).toBe(true); expect(result.outputs).toHaveLength(1); - expect(result.outputs[0]?.text).toBe("hello world"); + expect(result.outputs[0].text).toBe("hello world"); expect(result.decision.outcome).toBe("success"); } finally { process.env.PATH = originalPath;