We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c1da2 commit eadbf36Copy full SHA for eadbf36
src/test/groovy/com/ss/mqtt/broker/test/network/in/ConnectAckInPacketTest.groovy
@@ -64,7 +64,7 @@ class ConnectAckInPacketTest extends BaseInPacketTest {
64
it.putProperty(PacketProperty.SHARED_SUBSCRIPTION_AVAILABLE, sharedSubscriptionAvailable)
65
it.putProperty(PacketProperty.WILDCARD_SUBSCRIPTION_AVAILABLE, wildcardSubscriptionAvailable)
66
it.putProperty(PacketProperty.SUBSCRIPTION_IDENTIFIER_AVAILABLE, subscriptionIdAvailable)
67
- it.putProperty(PacketProperty.TOPIC_ALIAS, topicAliasMaximum)
+ it.putProperty(PacketProperty.TOPIC_ALIAS_MAXIMUM, topicAliasMaximum)
68
}
69
70
def dataBuffer = BufferUtils.prepareBuffer(512) {
0 commit comments