From 58aed39d063325e93df83ef636ed07330fa71741 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 16 May 2013 00:46:47 +0100 Subject: [PATCH] basic unit testing --- tests/unit-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit-tests.py b/tests/unit-tests.py index 1db1b44..dfabee3 100644 --- a/tests/unit-tests.py +++ b/tests/unit-tests.py @@ -58,7 +58,7 @@ class TestMega(unittest.TestCase): def test_find(self): file = FIND_RESP if file: - self.assertTrue(isinstance(file, tuple), msg='this is {0} end'.format(file)) + self.assertTrue(isinstance(file, tuple)) def test_get_link(self): file = FIND_RESP