# HG changeset patch # User Ludovic Chabant # Date 1514419113 28800 # Node ID c1e06284346431f57df853291b516230692d52c3 # Parent c2cd2ac289b2c230665b6e63b181865d4967b491 tests: LOL diff -r c2cd2ac289b2 -r c1e062843464 tests/test_plugins_base.py --- 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