Skip to content

Commit eadbf36

Browse files
committed
fix test of connection ack in packet
1 parent 87c1da2 commit eadbf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/ss/mqtt/broker/test/network/in/ConnectAckInPacketTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ConnectAckInPacketTest extends BaseInPacketTest {
6464
it.putProperty(PacketProperty.SHARED_SUBSCRIPTION_AVAILABLE, sharedSubscriptionAvailable)
6565
it.putProperty(PacketProperty.WILDCARD_SUBSCRIPTION_AVAILABLE, wildcardSubscriptionAvailable)
6666
it.putProperty(PacketProperty.SUBSCRIPTION_IDENTIFIER_AVAILABLE, subscriptionIdAvailable)
67-
it.putProperty(PacketProperty.TOPIC_ALIAS, topicAliasMaximum)
67+
it.putProperty(PacketProperty.TOPIC_ALIAS_MAXIMUM, topicAliasMaximum)
6868
}
6969

7070
def dataBuffer = BufferUtils.prepareBuffer(512) {

0 commit comments

Comments
 (0)