mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-28 18:33:37 +00:00
test: remove duplicate voice-call stdout assertion
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user