mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-25 05:01:01 +02:00
Correct test
This commit is contained in:
parent
c6e86461f5
commit
74df799ed8
1 changed files with 2 additions and 2 deletions
|
|
@ -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__])
|
||||
pytest.main([__file__])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue