mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.stanza tests: Fix test name (copy/paste error?)
This commit is contained in:
parent
4501390de5
commit
af5fac0a9c
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ describe("util.stanza", function()
|
||||||
end);
|
end);
|
||||||
end);
|
end);
|
||||||
|
|
||||||
describe("#iq()", function()
|
describe("#presence()", function ()
|
||||||
it("should work", function()
|
it("should work", function()
|
||||||
local p = st.presence();
|
local p = st.presence();
|
||||||
assert.are.equal(p.name, "presence");
|
assert.are.equal(p.name, "presence");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue