From 8be040d3a01a44de3754dc0106c9337ae2725674 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Mon, 23 Mar 2015 12:17:45 +0100 Subject: [PATCH] fix typo Signed-off-by: Pierre-Louis Bonicoli Signed-off-by: Nicolas Sebrecht --- test/tests/test_01_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/test_01_basic.py b/test/tests/test_01_basic.py index ff4f44a..63a1bc9 100644 --- a/test/tests/test_01_basic.py +++ b/test/tests/test_01_basic.py @@ -50,7 +50,7 @@ class TestBasicFunctions(unittest.TestCase): def test_01_olistartup(self): """Tests if OLI can be invoked without exceptions - Cleans existing remote tet folders. Then syncs all "OLItest* + Cleans existing remote test folders. Then syncs all "OLItest* (specified in the default config) to our local Maildir. The result should be 0 folders and 0 mails.""" code, res = OLITestLib.run_OLI()