fixed tests to use correct imports
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2026-01-09 17:44:42 +05:30
parent 4cf5110684
commit 677ead8ef5
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
from datetime import datetime, timedelta
from mail_intake.models.message import MailIntakeMessage
from mail_intake.models.thread import MailIntakeThread
from mail_intake.models import MailIntakeMessage
from mail_intake.models import MailIntakeThread
def test_message_is_immutable():