summaryrefslogtreecommitdiff
path: root/src/leap/common/tests/test_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/common/tests/test_check.py')
-rw-r--r--src/leap/common/tests/test_check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/common/tests/test_check.py b/src/leap/common/tests/test_check.py
index 6ce8493..cd488ff 100644
--- a/src/leap/common/tests/test_check.py
+++ b/src/leap/common/tests/test_check.py
@@ -27,6 +27,7 @@ import mock
from leap.common import check
+
class CheckTests(unittest.TestCase):
def test_raises_on_false_condition(self):
with self.assertRaises(AssertionError):