fix(tests): Add src. prefix to module imports

This commit is contained in:
2026-03-05 16:45:06 -05:00
parent 325a0c171b
commit 8f87f9b406
7 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import os
from datetime import datetime, timedelta
# This import is expected to fail with ImportError until log_registry.py is created.
from log_registry import LogRegistry
from src.log_registry import LogRegistry
class TestLogRegistry(unittest.TestCase):