util.stanza tests: Fix test name (copy/paste error?)

This commit is contained in:
Matthew Wild 2018-09-13 15:37:42 +01:00
parent 4501390de5
commit af5fac0a9c

View file

@ -90,7 +90,7 @@ describe("util.stanza", function()
end);
end);
describe("#iq()", function()
describe("#presence()", function ()
it("should work", function()
local p = st.presence();
assert.are.equal(p.name, "presence");