Skip to content

Commit cea795e

Browse files
committed
luacheck fix
1 parent aaf5adf commit cea795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec/protocol4-parse.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ describe("MQTT v3.1.1 protocol: parsing packets", function()
206206
packet
207207
)
208208
assert.are.same("Connection Refused, unacceptable protocol version", packet:reason_string())
209-
local packet = protocol4.parse_packet(make_read_func_hex(
209+
packet = protocol4.parse_packet(make_read_func_hex(
210210
extract_hex("20 02 0020")
211211
))
212212
assert.are.same(

0 commit comments

Comments
 (0)