Commit d192e02b authored by Alex Gaynor's avatar Alex Gaynor Committed by Tim Graham
Browse files

[1.7.x] Fixed a typo that Tim Graham noticed

Backport of d240b29c from master
parent 3d98941d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ class ReverseShortcutTests(TestCase):

    def test_reverse_by_path_nested(self):
        # Views that are added to urlpatterns using include() should be
        # reversible by doted path.
        # reversible by dotted path.
        self.assertEqual(reverse('urlpatterns_reverse.views.nested_view'), '/includes/nested_path/')

    def test_redirect_view_object(self):