chore: fixed imports and tests configuration
This commit is contained in:
@@ -4,8 +4,7 @@ import json
|
||||
import os
|
||||
|
||||
import pytest
|
||||
|
||||
from infrastructure.persistence import (
|
||||
from alfred.infrastructure.persistence import (
|
||||
EpisodicMemory,
|
||||
LongTermMemory,
|
||||
Memory,
|
||||
@@ -14,7 +13,7 @@ from infrastructure.persistence import (
|
||||
init_memory,
|
||||
set_memory,
|
||||
)
|
||||
from infrastructure.persistence.context import _memory_ctx
|
||||
from alfred.infrastructure.persistence.context import _memory_ctx
|
||||
|
||||
|
||||
class TestLongTermMemoryEdgeCases:
|
||||
|
||||
Reference in New Issue
Block a user