Renaming MapablePoint

This commit is contained in:
2020-09-14 15:18:21 +02:00
parent 79ed029db0
commit 12881d9345
4 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ from django.contrib.auth.models import User
from lostplaces_app.models import (
Taggable,
MapablePoint,
Mapable,
Submittable
)
from lostplaces_app.tests.models import ModelTestCase
@@ -22,9 +22,9 @@ class TaggableTestCase(ModelTestCase):
self.assertField('tags', TaggableManager)
class MapablePointTestCase(ModelTestCase):
class MapableTestCase(ModelTestCase):
model = MapablePoint
model = Mapable
def test_name(self):
self.assertCharField(