changeset 1031:c1e062843464

tests: LOL
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Dec 2017 15:58:33 -0800
parents c2cd2ac289b2
children 54159951d97a
files tests/test_plugins_base.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test_plugins_base.py	Wed Dec 27 13:25:53 2017 -0800
+++ b/tests/test_plugins_base.py	Wed Dec 27 15:58:33 2017 -0800
@@ -26,4 +26,3 @@
         app = fs.getApp()
         assert sorted([p.name for p in app.plugin_loader.plugins]) == \
           sorted(['__builtin__', 'just a test plugin'])
-        assert False