From e55cfce930e19aa2a72cb15a9d40dd746c1d5bdc Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 4 Aug 2023 18:16:51 +0200 Subject: [PATCH] server: fixes tests --- server/tests/test_processors_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/test_processors_pipeline.py b/server/tests/test_processors_pipeline.py index fa8bf31a..95c296de 100644 --- a/server/tests/test_processors_pipeline.py +++ b/server/tests/test_processors_pipeline.py @@ -41,5 +41,5 @@ async def test_basic_process(event_loop): # validate the events assert marks["transcript"] == 5 - assert marks["topic"] == 2 + assert marks["topic"] == 1 assert marks["summary"] == 1