Fixed tests

This commit is contained in:
Brad Warren 2015-10-28 19:57:56 -07:00
parent df2ba1ba46
commit e9661c9634

View file

@ -51,7 +51,7 @@ class PluginEntryPointTest(unittest.TestCase):
def test_description(self):
self.assertEqual(
"Automatically configure and run a simple webserver",
"Automatically use a temporary webserver",
self.plugin_ep.description)
def test_description_with_name(self):