Renamed the test_not_needed test to test_not_need in the PaginationTestCase test case.

This commit is contained in:
依瑪貓 2023-03-18 22:43:53 +08:00
parent 7ff52d99e6
commit 98e1bad413

View File

@ -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.
"""