Skip to content

Commit

Permalink
Fix typo int test_shorturl
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Mar 20, 2017
1 parent f6bd001 commit 011b07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/globaleaks/tests/handlers/admin/test_shorturl.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from globaleaks.tests import helpers


class TesShortURLCollection(helpers.TestHandlerWithPopulatedDB):
class TestShortURLCollection(helpers.TestHandlerWithPopulatedDB):
_handler = shorturl.ShortURLCollection

@inlineCallbacks
Expand All @@ -26,7 +26,7 @@ def test_post_new_shorturl(self):
yield handler.post()


class TesShortURLInstance(helpers.TestHandlerWithPopulatedDB):
class TestShortURLInstance(helpers.TestHandlerWithPopulatedDB):
_handler = shorturl.ShortURLInstance

@inlineCallbacks
Expand Down

0 comments on commit 011b07f

Please sign in to comment.