spec/util_stanza_spec.lua
changeset 9305 57f8e41255fb
parent 9220 7df29c5fbb9b
child 9310 feaef6215bb8
--- 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");