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 | 2854d8c2b0d0ec0dd6624401e7a47bed1aa59359 (patch) | |
tree | 9416e8e43ded966796378657bfe6fbab6bd4a266 /spec/util_stanza_spec.lua | |
parent | 9b035ed5427fddc08202a92e505de7e09f2eb60a (diff) | |
download | prosody-2854d8c2b0d0ec0dd6624401e7a47bed1aa59359.tar.gz prosody-2854d8c2b0d0ec0dd6624401e7a47bed1aa59359.zip |
util.stanza tests: Fix test name (copy/paste error?)
Diffstat (limited to 'spec/util_stanza_spec.lua')
-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"); |