We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933e8a7 commit 0d082b3Copy full SHA for 0d082b3
packages/smithy-core/tests/unit/aio/test_types.py
@@ -394,7 +394,7 @@ async def test_close_without_flush_deletes_buffered_data() -> None:
394
# We weren't able to read data, which is what we want. But here we dig into
395
# the internals to be sure that the buffer is clear and no data is haning
396
# around.
397
- assert provider._data == [] # type: ignore
+ assert len(provider._data) == 0 # type: ignore
398
399
400
async def test_only_max_chunks_buffered() -> None:
0 commit comments