You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/AsyncAlgorithmsTests/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannelTests.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -962,7 +962,7 @@ final class MultiProducerSingleConsumerAsyncChannelTests: XCTestCase {
962
962
_ =await iterator.next(isolation:nil)
963
963
}
964
964
965
-
functestWatermarWithLotsOfElements()asyncthrows{
965
+
functestWatermarkWithLotsOfElements()asyncthrows{
966
966
awaitwithThrowingTaskGroup(of:Void.self){ group in
967
967
// This test should in the future use a custom task executor to schedule to avoid sending
968
968
// 1000 elements.
@@ -971,7 +971,7 @@ final class MultiProducerSingleConsumerAsyncChannelTests: XCTestCase {
0 commit comments