mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-14 17:02:43 +08:00
LineBasedFrameDecoderTest cleanup (#230)
Remove extraneous `print` statement. Co-authored-by: Rick Newton-Rogers <rnro@apple.com>
This commit is contained in:
parent
4f888611eb
commit
2e9746cfc5
@ -279,9 +279,7 @@ class LineBasedFrameDecoderTest: XCTestCase {
|
||||
switch callCount {
|
||||
case 1:
|
||||
XCTAssertEqual(ByteBuffer(string: "1"), line)
|
||||
XCTAssertNoThrow(try b2mp.finishProcessing(seenEOF: true) { line in
|
||||
print(line)
|
||||
})
|
||||
XCTAssertNoThrow(try b2mp.finishProcessing(seenEOF: true) { _ in } )
|
||||
case 2:
|
||||
XCTAssertEqual(ByteBuffer(string: ""), line)
|
||||
case 3:
|
||||
|
Loading…
x
Reference in New Issue
Block a user