# HG changeset patch # User Matthew Wild # Date 1536849462 -3600 # Node ID 57f8e41255fb40cce8e04c2cbdc5f6ebeb424f74 # Parent 2f9687c09e6e78e26352e0169e277255f4d50ab4 util.stanza tests: Fix test name (copy/paste error?) diff -r 2f9687c09e6e -r 57f8e41255fb spec/util_stanza_spec.lua --- 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");