diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-09-13 15:37:42 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-09-13 15:37:42 +0100 |
commit | af5fac0a9cedbc98dbdaae0de5df77f30883b51c (patch) | |
tree | 9416e8e43ded966796378657bfe6fbab6bd4a266 | |
parent | 4501390de5e4b604c37002acd0bacf7a1df2b62c (diff) | |
download | prosody-af5fac0a9cedbc98dbdaae0de5df77f30883b51c.tar.gz prosody-af5fac0a9cedbc98dbdaae0de5df77f30883b51c.zip |
util.stanza tests: Fix test name (copy/paste error?)
-rw-r--r-- | spec/util_stanza_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_stanza_spec.lua b/spec/util_stanza_spec.lua index 383beae3..4263923d 100644 --- a/spec/util_stanza_spec.lua +++ b/spec/util_stanza_spec.lua @@ -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"); |