Skip to content

Commit

Permalink
Fixed test failing error
Browse files Browse the repository at this point in the history
  • Loading branch information
abirbhav committed Mar 30, 2022
1 parent 7ccc433 commit a0169aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/tests/tests_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

class TestUrls(SimpleTestCase):
def test_profile_url_is_resolved(self):
url = reverse("profile")
url = reverse("users:profile")
self.assertEquals(resolve(url).func, profile)
self.assertEquals(url, "/profile/")

0 comments on commit a0169aa

Please sign in to comment.