mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-01 12:14:50 +00:00
refs #4: typo
This commit is contained in:
parent
e8c7c46ab4
commit
cb2d7c0280
1 changed files with 3 additions and 3 deletions
|
|
@ -151,7 +151,7 @@ class AssignExceptionsTest(TestCase):
|
|||
self.fail()
|
||||
|
||||
|
||||
class SmartCacheingTestCase(TestCase):
|
||||
class SmartCachingTestCase(TestCase):
|
||||
"""
|
||||
The base test case for all tests that have to do with smart caching.
|
||||
"""
|
||||
|
|
@ -175,7 +175,7 @@ class SmartCacheingTestCase(TestCase):
|
|||
)
|
||||
|
||||
|
||||
class PerformanceTest(SmartCacheingTestCase):
|
||||
class PerformanceTest(SmartCachingTestCase):
|
||||
"""
|
||||
Tests that permission are actually cached and that the number of queries
|
||||
stays constant.
|
||||
|
|
@ -210,7 +210,7 @@ class PerformanceTest(SmartCacheingTestCase):
|
|||
self.check.has_user_perms('foo', self.user, True, False)
|
||||
|
||||
|
||||
class GroupPermissionCacheTestCase(SmartCacheingTestCase):
|
||||
class GroupPermissionCacheTestCase(SmartCachingTestCase):
|
||||
"""
|
||||
Tests that peg expected behaviour
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue