From 98e1bad413d0822351c8f28d766d0e3ebacee364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 18 Mar 2023 22:43:53 +0800 Subject: [PATCH] Renamed the test_not_needed test to test_not_need in the PaginationTestCase test case. --- tests/test_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index 54550dd..37f271d 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -247,8 +247,8 @@ class PaginationTestCase(unittest.TestCase): self.__test_success("page-no=46&page-size=15", range(1, 687), range(676, 687)) - def test_not_needed(self) -> None: - """Tests the pagination that is not needed. + def test_not_need(self) -> None: + """Tests that the data does not need pagination. :return: None. """