From f137a7e79b39d22fc77e63b977bdc718abe05984 Mon Sep 17 00:00:00 2001 From: Greg Laabs Date: Thu, 18 Apr 2019 11:18:38 -0700 Subject: [PATCH] Swap tests to sleekxmppfs as well --- tests/test_vacbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_vacbot.py b/tests/test_vacbot.py index 925168c..e99f146 100644 --- a/tests/test_vacbot.py +++ b/tests/test_vacbot.py @@ -3,7 +3,7 @@ from nose.tools import * from sucks import * from unittest.mock import Mock -from sleekxmpp.exceptions import XMPPError +from sleekxmppfs.exceptions import XMPPError def test_handle_clean_report():