mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-25 13:11:02 +02:00
Correct test
This commit is contained in:
parent
c6e86461f5
commit
74df799ed8
1 changed files with 2 additions and 2 deletions
|
|
@ -288,7 +288,7 @@ class TestMistralOcrProcessor(IsolatedAsyncioTestCase):
|
||||||
run()
|
run()
|
||||||
|
|
||||||
# Assert
|
# 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")
|
"\nSimple decoder, accepts PDF documents on input, outputs pages from the\nPDF document as text as separate output objects.\n")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue