Skip to content

Commit

Permalink
luacheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xHasKx committed Dec 3, 2023
1 parent aaf5adf commit cea795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec/protocol4-parse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ describe("MQTT v3.1.1 protocol: parsing packets", function()
packet
)
assert.are.same("Connection Refused, unacceptable protocol version", packet:reason_string())
local packet = protocol4.parse_packet(make_read_func_hex(
packet = protocol4.parse_packet(make_read_func_hex(
extract_hex("20 02 0020")
))
assert.are.same(
Expand Down

0 comments on commit cea795e

Please sign in to comment.