From af5fac0a9cedbc98dbdaae0de5df77f30883b51c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 13 Sep 2018 15:37:42 +0100 Subject: util.stanza tests: Fix test name (copy/paste error?) --- spec/util_stanza_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/util_stanza_spec.lua') 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"); -- cgit v1.2.3