Skip to content

Commit

Permalink
fix(test): fix pytest error for pull_profiles (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaekfjlk authored Oct 4, 2024
1 parent 389c7fa commit 0968b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dbs/test_dbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def test_paper_file() -> None:
shutil.rmtree('data/test')


@patch('research_town.utils.agent_prompter.model_prompting')
@patch('research_town.utils.profile_collector.model_prompting')
def test_pull_profiles(mock_model_prompting: MagicMock) -> None:
mock_model_prompting.side_effect = mock_prompting

Expand Down

0 comments on commit 0968b19

Please sign in to comment.