Software /
code /
prosody
Diff
spec/util_stanza_spec.lua @ 9302:57f8e41255fb
util.stanza tests: Fix test name (copy/paste error?)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 13 Sep 2018 15:37:42 +0100 |
parent | 9217:7df29c5fbb9b |
child | 9307:feaef6215bb8 |
line wrap: on
line diff
--- a/spec/util_stanza_spec.lua Thu Sep 13 17:02:26 2018 +0200 +++ b/spec/util_stanza_spec.lua Thu Sep 13 15:37:42 2018 +0100 @@ -90,7 +90,7 @@ end); end); - describe("#iq()", function() + describe("#presence()", function () it("should work", function() local p = st.presence(); assert.are.equal(p.name, "presence");