fix(tests): Add src. prefix to module imports
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user