Add progress bar to document_fuzzy_match

This commit is contained in:
shamoon
2023-09-10 21:34:40 -07:00
committed by Trenton H
parent e2ae919a84
commit ce8bf90663
2 changed files with 21 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ class TestFuzzyMatchCommand(TestCase):
filename="other_test.pdf",
)
stdout, _ = self.call_command()
self.assertEqual(stdout, "")
self.assertEqual(stdout, "No matches found\n")
def test_with_matches(self):
# Content similarity is 86.667