diff options
Diffstat (limited to 'tests/test_sessions.py')
| -rw-r--r-- | tests/test_sessions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sessions.py b/tests/test_sessions.py index 9522639..4c3d3a7 100644 --- a/tests/test_sessions.py +++ b/tests/test_sessions.py @@ -4,7 +4,7 @@ import tempfile import unittest import unittest.mock -from claude_sesiones import sessions as S +from claude_logbook import sessions as S from .fixtures import ai_title, assistant, simple_tree, ts, user, write_session |