From 74df799ed8adef309d2cae16fe669b5ff3c2abc9 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 4 Aug 2025 13:58:42 +0100 Subject: [PATCH] Correct test --- tests/unit/test_decoding/test_mistral_ocr_processor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/test_decoding/test_mistral_ocr_processor.py b/tests/unit/test_decoding/test_mistral_ocr_processor.py index cb8362b7..4d7b9937 100644 --- a/tests/unit/test_decoding/test_mistral_ocr_processor.py +++ b/tests/unit/test_decoding/test_mistral_ocr_processor.py @@ -288,9 +288,9 @@ class TestMistralOcrProcessor(IsolatedAsyncioTestCase): run() # Assert - mock_launch.assert_called_once_with("mistral-ocr", + mock_launch.assert_called_once_with("pdf-decoder", "\nSimple decoder, accepts PDF documents on input, outputs pages from the\nPDF document as text as separate output objects.\n") if __name__ == '__main__': - pytest.main([__file__]) \ No newline at end of file + pytest.main([__file__])