mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
tests
This commit is contained in:
parent
4f14e0f425
commit
ebb39b13f0
1 changed files with 2 additions and 0 deletions
|
|
@ -67,4 +67,6 @@ class TestRetagger(DirectoriesMixin, TestCase):
|
|||
|
||||
d_first, d_second, d_unrelated = self.get_updated_docs()
|
||||
|
||||
self.assertCountEqual([tag.id for tag in d_first.tags.all()], [self.tag_first.id])
|
||||
self.assertCountEqual([tag.id for tag in d_second.tags.all()], [self.tag_second.id])
|
||||
self.assertCountEqual([tag.id for tag in d_unrelated.tags.all()], [self.tag_inbox.id, self.tag_no_match.id])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue