Skip to content

Commit 0f74387

Browse files
committed
Remove async from test
1 parent 1fbc2a0 commit 0f74387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smithy-core/tests/functional/test_retries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_retry_quota_recovers_after_successful_responses() -> None:
122122
assert retry_quota.available_capacity == 10
123123

124124

125-
async def test_retry_quota_shared_correctly_across_multiple_operations() -> None:
125+
def test_retry_quota_shared_correctly_across_multiple_operations() -> None:
126126
retry_quota = StandardRetryQuota()
127127
strategy = StandardRetryStrategy(max_attempts=5, retry_quota=retry_quota)
128128
error = CallError(is_retry_safe=True)

0 commit comments

Comments
 (0)