Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 19, 2024
1 parent e10a582 commit c0989af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/aws/tests/unit_tests/llms/test_bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ async def async_gen_mock_streaming_response() -> AsyncGenerator[Dict, None]:


@pytest.mark.asyncio
async def test_bedrock_async_streaming_call() -> None: #
async def test_bedrock_async_streaming_call() -> None:
# Mock boto3 import
mock_boto3 = MagicMock()
mock_boto3.Session.return_value.client.return_value = (
Expand Down

0 comments on commit c0989af

Please sign in to comment.