Skip to content

Commit 11a94ba

Browse files
committed
Fix test
1 parent bad6277 commit 11a94ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/NIOHTTP2Tests/SimpleClientServerFramePayloadStreamTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class SimpleClientServerFramePayloadStreamTests: XCTestCase {
211211
maximumBufferedControlFrames: Int = 10000,
212212
maximumSequentialContinuationFrames: Int = 5,
213213
withMultiplexerCallback multiplexerCallback: NIOChannelInitializer? = nil,
214-
maxStreamGlitches: UInt = 10
214+
maxConnectionGlitches: Int = 10
215215
) throws {
216216
XCTAssertNoThrow(
217217
try self.clientChannel.pipeline.syncOperations.addHandler(
@@ -230,7 +230,7 @@ class SimpleClientServerFramePayloadStreamTests: XCTestCase {
230230
initialSettings: serverSettings,
231231
maximumBufferedControlFrames: maximumBufferedControlFrames,
232232
maximumSequentialContinuationFrames: maximumSequentialContinuationFrames,
233-
maxStreamGlitches: maxStreamGlitches
233+
maxConnectionGlitches: maxConnectionGlitches
234234
)
235235
)
236236
)

0 commit comments

Comments
 (0)