Changeset

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
parents 9301:2f9687c09e6e
children 9303:72f0862978ef
files spec/util_stanza_spec.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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");