From eb748ffe197c9bccde66df3037a6b0edb2250fce Mon Sep 17 00:00:00 2001 From: Gijs van Dam Date: Thu, 10 Dec 2020 16:36:11 +0800 Subject: [PATCH] Keep the orginal comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264a5ab..def9668 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ pluginopt = {'plugin': os.path.join(os.path.dirname(__file__), "YOUR_PLUGIN.py") def test_your_plugin(node_factory, bitcoind): l1 = node_factory.get_node(options=pluginopt) s = l1.rpc.getinfo() - assert(s['network'] == 'regtest') + assert(s['network'] == 'regtest') # or whatever you want to test ``` Tests are run against pull requests, all commits on `master`, as well as once