From d54ef99ea5c7e859244e943b24fe72c36973a380 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 25 Nov 2016 21:32:39 -0500 Subject: [PATCH] Fix a forgotten test --- test/test_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ui.py b/test/test_ui.py index f1c4c0fc1..99459603a 100644 --- a/test/test_ui.py +++ b/test/test_ui.py @@ -1273,7 +1273,7 @@ class CommonOptionsParserCliTest(unittest.TestCase, TestHelper): def test_version(self): l = self.run_with_output(u'version') - self.assertIn(u'python version', l) + self.assertIn(u'Python version', l) self.assertIn(u'no plugins loaded', l) # # Need to have plugin loaded