Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed Sep 6, 2024
1 parent dcd7d10 commit 115f638
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/dashscope_services_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,7 @@ def test_dashscope_image_to_text_failure(
self.assertEqual(results.status, expected_result.status)
self.assertEqual(results.content, expected_result.content)

@patch(
(
"agentscope.service.multi_modality.dashscope_services."
"SpeechSynthesizer"
),
)
@patch("dashscope.audio.tts.SpeechSynthesizer")
@patch("agentscope.service.multi_modality.dashscope_services.os.makedirs")
@patch(
"agentscope.service.multi_modality.dashscope_services.os.path.exists",
Expand Down

0 comments on commit 115f638

Please sign in to comment.