From b85d39b189cb4c5d265be29ad72d3438e478e097 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:27:44 -0800 Subject: [PATCH] Fixes commenting error --- src/documents/tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/tests/test_api.py b/src/documents/tests/test_api.py index 636bfb0e5..b6d817de1 100644 --- a/src/documents/tests/test_api.py +++ b/src/documents/tests/test_api.py @@ -518,7 +518,7 @@ class TestDocumentApi(DirectoriesMixin, APITestCase): WHEN: - Query for documents added in the last 7 days THEN: - - The two recent documents are returned + - All three recent documents are returned """ d1 = Document.objects.create( title="invoice",