mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-15 01:18:58 +08:00
Update Tests/NIOSOCKSTests/SOCKSServerHandshakeHandler+Tests.swift
Co-authored-by: Cory Benfield <lukasa@apple.com>
This commit is contained in:
parent
741eccfc0d
commit
06b37fd2cd
@ -294,7 +294,7 @@ class SOCKSServerHandlerTests: XCTestCase {
|
||||
self.assertOutputBuffer([0x05, 0x00])
|
||||
|
||||
// invalid authentication completion
|
||||
// we've selection `noneRequired`, so no
|
||||
// we've selected `noneRequired`, so no
|
||||
// bytes should be written
|
||||
XCTAssertThrowsError(try self.channel.writeOutbound(ServerMessage.authenticationData(ByteBuffer(bytes: [0x00]), complete: true)))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user