chore: fixed imports and tests configuration
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
|
||||
from unittest.mock import Mock
|
||||
|
||||
from agent.agent import Agent
|
||||
from infrastructure.persistence import get_memory
|
||||
from alfred.agent.agent import Agent
|
||||
from alfred.infrastructure.persistence import get_memory
|
||||
|
||||
|
||||
class TestAgentInit:
|
||||
|
||||
Reference in New Issue
Block a user