Renamed the test_not_needed test to test_not_need in the PaginationTestCase test case.
This commit is contained in:
parent
7ff52d99e6
commit
98e1bad413
@ -247,8 +247,8 @@ class PaginationTestCase(unittest.TestCase):
|
|||||||
self.__test_success("page-no=46&page-size=15", range(1, 687),
|
self.__test_success("page-no=46&page-size=15", range(1, 687),
|
||||||
range(676, 687))
|
range(676, 687))
|
||||||
|
|
||||||
def test_not_needed(self) -> None:
|
def test_not_need(self) -> None:
|
||||||
"""Tests the pagination that is not needed.
|
"""Tests that the data does not need pagination.
|
||||||
|
|
||||||
:return: None.
|
:return: None.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user