~singpolyma/biboumi

ac32d257386fe1c8df2632cf1d6452b1875eb645 — louiz’ 6 years ago 82a6fa6
Fix the broken commit 4388b9c
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/end_to_end/__main__.py
M tests/end_to_end/__main__.py => tests/end_to_end/__main__.py +1 -1
@@ 129,7 129,7 @@ def match(stanza, xpath):


def check_xpath(xpaths, xmpp, after, stanza):
    for xpath in enumerate(xpaths):
    for xpath in xpaths:
        matched = match(stanza, xpath)
        if not matched:
            raise StanzaError("Received stanza “%s” did not match expected xpath “%s”" % (stanza, xpath))