test: remove duplicate voice-call stdout assertion

This commit is contained in:
Peter Steinberger
2026-03-27 07:38:56 +00:00
parent e1235ca7b4
commit 1b77e6fd72

View File

@@ -211,7 +211,6 @@ describe("voice-call plugin", () => {
from: "user",
});
const printed = stdout.output();
const printed = stdout.output();
expect(printed).toContain('"recordsScanned": 2');
expect(printed).toContain('"p50Ms": 100');