Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Tests/NIOSSHTests/ChildChannelMultiplexerTests.swift
  • Loading branch information
glbrntt authored Mar 31, 2025
commit 9c97c839203a050a2c35d58ebfdd677917c47f01
3 changes: 1 addition & 2 deletions Tests/NIOSSHTests/ChildChannelMultiplexerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,7 @@ final class ChildChannelMultiplexerTests: XCTestCase {

let harness = self.harness { channel, _ in
channel.eventLoop.makeCompletedFuture {
let sync = channel.pipeline.syncOperations
try sync.addHandler(errorLogger)
try channel.pipeline.syncOperations.addHandler(errorLogger)
throw MultiplexerTestError.rejected
}
}
Expand Down
Loading