Skip to content

Commit 01dfa5a

Browse files
committed
update user property array
1 parent 01fd5c7 commit 01dfa5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Test/AwsCommonRuntimeKitTests/mqtt/Mqtt5ClientTests.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,8 @@ class Mqtt5ClientTests: XCBaseTestCase {
15591559

15601560
let clientIDPublisher = createClientId() + "Publisher"
15611561
let topic = "test/MQTT5_Binding_Swift_" + UUID().uuidString
1562-
let willPacket = PublishPacket(qos: .atLeastOnce, topic: topic, payload: "TEST WILL".data(using: .utf8))
1562+
let willPacket = PublishPacket(
1563+
qos: .atLeastOnce, topic: topic, payload: "TEST WILL".data(using: .utf8))
15631564

15641565
let connectOptionsPublisher = MqttConnectOptions(clientId: clientIDPublisher, will: willPacket)
15651566
let clientOptions = MqttClientOptions(

0 commit comments

Comments
 (0)