mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fixes commenting error
This commit is contained in:
parent
d35eb8d7bc
commit
3b01fca6fa
@ -518,7 +518,7 @@ class TestDocumentApi(DirectoriesMixin, APITestCase):
|
|||||||
WHEN:
|
WHEN:
|
||||||
- Query for documents added in the last 7 days
|
- Query for documents added in the last 7 days
|
||||||
THEN:
|
THEN:
|
||||||
- The two recent documents are returned
|
- All three recent documents are returned
|
||||||
"""
|
"""
|
||||||
d1 = Document.objects.create(
|
d1 = Document.objects.create(
|
||||||
title="invoice",
|
title="invoice",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user