Skip to content

Commit ea6ade9

Browse files
committed
Remove unnecessary await
1 parent 771e5e4 commit ea6ade9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/AsyncQueueTests/ActorQueueTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ final class ActorQueueTests: XCTestCase {
6868
}
6969
await counter.incrementAndExpectCount(equals: 2)
7070
}
71-
await systemUnderTest.await { /* Drain the queue */ }
7271
}
7372

7473
func test_async_executesEnqueuedTasksAfterReceiverIsDeallocated() async {

0 commit comments

Comments
 (0)