mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-26 16:09:49 +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 = [d['title'] for d in response_posts]
|
||||||
response_titles.reverse()
|
response_titles.reverse()
|
||||||
self.assertEquals(response_titles, ['%s' % i for i in range(models.MAX_POSTS - 5, models.MAX_POSTS + 5)])
|
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)
|
self.assertEquals(locations, response_locations)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user