Skip to content

Commit 7af7145

Browse files
committed
Rename test to fit with the section it's in
1 parent b83d90d commit 7af7145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/NIOCoreTests/AsyncSequences/NIOAsyncWriterTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ final class NIOAsyncWriterTests: XCTestCase {
607607
self.assert(suspendCallCount: 1, yieldCallCount: 1, terminateCallCount: 1)
608608
}
609609

610-
func testSuspendingBufferedYield_whenWriterFinished() async throws {
610+
func testWriterFinish_AndSuspendBufferedYield() async throws {
611611
#if compiler(>=6)
612612
try await withNIOThreadPoolTaskExecutor(numberOfThreads: 2) { taskExecutor in
613613
try await withThrowingTaskGroup(of: Void.self) { group in

0 commit comments

Comments
 (0)