Skip to content

Commit 7601161

Browse files
committed
Fixing unit test to pass to see if there is something else
1 parent 7fc1e4f commit 7601161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_xmlsec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ def test_reinitialize_module(self):
99
So if the subsequent tests don't fail, we know that the ``init()``/``shutdown()``
1010
function pair doesn't break anything.
1111
"""
12-
xmlsec.shutdown()
1312
xmlsec.init()
13+
xmlsec.shutdown()

0 commit comments

Comments
 (0)