mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-08-22 21:43:57 -07:00
fix TestNumUrls function, 12 urls now instead of 11, after
adding feed-list-api
This commit is contained in:
@@ -51,7 +51,7 @@ class TestFeedViewsUrls(SimpleTestCase):
|
||||
class TestNumUrls(SimpleTestCase):
|
||||
|
||||
def test_num_urls(self):
|
||||
self.assertEquals(len(urlpatterns), 11)
|
||||
self.assertEquals(len(urlpatterns), 12)
|
||||
|
||||
|
||||
class TestViewsUrls(SimpleTestCase):
|
||||
|
Reference in New Issue
Block a user