Skip to content

Commit fd5c67d

Browse files
committed
[broker-5] for prev
1 parent c904364 commit fd5c67d

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/ConnectInPacketTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class ConnectInPacketTest extends BaseInPacketTest {
115115
[0xF4, 0x90, 0x80, 0x80] as byte[],
116116
[0xFE, 0xFE, 0xFF, 0xFF] as byte[],
117117
[0xFC, 0x80, 0x80, 0x80, 0x80, 0xAF] as byte[],
118-
[0xed, 0xAF, 0xBF, 0xED, 0xBF, 0xBF] as byte[],
118+
[0xED, 0xAF, 0xBF, 0xED, 0xBF, 0xBF] as byte[],
119119
]
120120
}
121121
}

0 commit comments

Comments
 (0)