Swap tests to sleekxmppfs as well

This commit is contained in:
Greg Laabs
2019-04-18 11:18:38 -07:00
parent 9d5a1d2aa1
commit f137a7e79b
+1 -1
View File
@@ -3,7 +3,7 @@ from nose.tools import *
from sucks import * from sucks import *
from unittest.mock import Mock from unittest.mock import Mock
from sleekxmpp.exceptions import XMPPError from sleekxmppfs.exceptions import XMPPError
def test_handle_clean_report(): def test_handle_clean_report():