renamed model test file accordingly

This commit is contained in:
Oliver Zander 2025-08-21 10:09:15 +02:00
parent dff9ef858d
commit 656cfe8cc9
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ from django.test import TestCase
from input.models import HonoraryCertificate, Project, Account, Literature
from .views import ViewTestCase
class ModelTestCase(TestCase):