Skip to content

Commit ffd5ec5

Browse files
grdsdevclaude
andcommitted
style(tests): remove implementation-detail comment from Counters actor
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5a861df commit ffd5ec5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Tests/IntegrationTests/StorageDownloadIntegrationTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ final class StorageDownloadIntegrationTests {
174174
try await withUploadedFile(size: 3 * 1024 * 1024) { bucket, path, original in
175175
let task = storage.from(bucket).download(path: path)
176176

177-
// Actor-based counters avoid data races between the driver Task and the
178-
// assertion below without requiring ConcurrencyExtras (not in this target).
179177
actor Counters {
180178
var pauseCount = 0
181179
var progressCount = 0

0 commit comments

Comments
 (0)