mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.stanza tests: Remove unused variable #luacheck
This commit is contained in:
parent
27d8902b8e
commit
2219abbc3f
1 changed files with 2 additions and 2 deletions
|
@ -92,11 +92,11 @@ describe("util.stanza", function()
|
|||
|
||||
it("should reject stanzas with no id", function ()
|
||||
assert.has.error_match(function ()
|
||||
local i = st.iq();
|
||||
st.iq();
|
||||
end, "id attribute");
|
||||
|
||||
assert.has.error_match(function ()
|
||||
local i = st.iq({ foo = "bar" });
|
||||
st.iq({ foo = "bar" });
|
||||
end, "id attribute");
|
||||
end);
|
||||
end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue