Skip to content

Commit

Permalink
fix up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed May 2, 2024
1 parent 6cff656 commit 100ed72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_debugger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from chatpdb.debugger import handle_chat_pdb
from tests.test_fixtures import mock_chat, mock_console, sample_frame
from chatpdb.debugger.main import handle_chat_pdb
from tests.test_fixtures import mock_chat, mock_console, sample_frame # noqa: F401


def test_handle_chat_pdb_with_valid_frame(mock_console, mock_chat, sample_frame):
Expand Down

0 comments on commit 100ed72

Please sign in to comment.