mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-25 23:50:01 +03:00
Merge 69fdd7f33a
into 050f07e7b1
This commit is contained in:
commit
a6741feb3c
|
@ -208,4 +208,3 @@ class TestRotation(TestCase):
|
|||
response_titles = [d['title'] for d in response_posts]
|
||||
response_titles.reverse()
|
||||
self.assertEquals(response_titles, ['%s' % i for i in range(models.MAX_POSTS - 5, models.MAX_POSTS + 5)])
|
||||
|
|
@ -46,4 +46,3 @@ class TestPygmentsExample(TestCase):
|
|||
self.assertEquals(locations, response_locations)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user