mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-03 08:14:42 +00:00
fix typos in test names
This commit is contained in:
parent
911b5223c8
commit
be0f667204
1 changed files with 2 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ class TimeFramedModelTests(TestCase):
|
|||
|
||||
class TimeFrameManagerAddedTests(TestCase):
|
||||
|
||||
def test_manager_avaiable(self):
|
||||
def test_manager_available(self):
|
||||
self.assert_(isinstance(TimeFrameManagerAdded.timeframed, QueryManager))
|
||||
|
||||
class StatusModelTests(TestCase):
|
||||
|
|
@ -279,7 +279,7 @@ class StatusModelPlainTupleTests(StatusModelTests):
|
|||
|
||||
class StatusManagerAddedTests(TestCase):
|
||||
|
||||
def test_manager_avaiable(self):
|
||||
def test_manager_available(self):
|
||||
self.assert_(isinstance(StatusManagerAdded.active, QueryManager))
|
||||
|
||||
class QueryManagerTests(TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue