Fix consumer error typo

This commit is contained in:
shamoon
2023-09-01 00:11:32 -07:00
parent 9ed9dbb369
commit 516d1fcb38
2 changed files with 2 additions and 2 deletions

View File

@@ -551,7 +551,7 @@ class TestConsumer(DirectoriesMixin, FileSystemAssertsMixin, TestCase):
self.assertRaisesMessage(
ConsumerError,
"sample.pdf: The following error occurred while storing document sample.pdf after consuming: NO.",
"sample.pdf: The following error occurred while storing document sample.pdf after parsing: NO.",
self.consumer.try_consume_file,
filename,
)