diff --git a/tests/transcriber/whisper_cpp_test.py b/tests/transcriber/whisper_cpp_test.py index c810347b..722db718 100644 --- a/tests/transcriber/whisper_cpp_test.py +++ b/tests/transcriber/whisper_cpp_test.py @@ -59,4 +59,4 @@ class TestWhisperCpp: assert "Mani" in segments[0].text assert "uzstrau" in segments[1].text - assert "laikabstākļi" in segments[2].text \ No newline at end of file + assert "laikabstāk" in segments[2].text \ No newline at end of file