Skip to content

Commit 0fca964

Browse files
committed
fix
1 parent 94a00f0 commit 0fca964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Test/AwsCommonRuntimeKitTests/mqtt/Mqtt5ClientTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,8 +2061,7 @@ class Mqtt5ClientTests: XCBaseTestCase, @unchecked Sendable {
20612061
hostName: inputHost,
20622062
port: UInt32(8883),
20632063
tlsCtx: tlsContext,
2064-
connectOptions: connectOptions,
2065-
onPublishReceived: )
2064+
connectOptions: connectOptions)
20662065

20672066
// holds the publishAcknowledgementHandle from a publish packet
20682067
var publishAcknowledgementHandle: PublishAcknowledgementHandle? = nil

0 commit comments

Comments
 (0)