mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-21 11:34:42 +00:00
fix test case
This commit is contained in:
parent
a3bada7e54
commit
23148f481c
1 changed files with 1 additions and 1 deletions
|
|
@ -787,6 +787,6 @@ class InheritedModelTrackerTests(ModelTrackerTests):
|
|||
self.assertTrue(self.tracker.has_changed('name2'))
|
||||
|
||||
|
||||
class AbstractModelTrackerTests(FieldTrackerTests):
|
||||
class AbstractModelTrackerTests(ModelTrackerTests):
|
||||
|
||||
tracked_class = TrackedAbstract
|
||||
|
|
|
|||
Loading…
Reference in a new issue