mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
Fixes commenting error
This commit is contained in:
parent
dc7bef5d48
commit
b85d39b189
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue