diff --git a/lib/tests/2wp.js b/lib/tests/2wp-legacy.js similarity index 100% rename from lib/tests/2wp.js rename to lib/tests/2wp-legacy.js diff --git a/tests/01_01_01-pre_orchid_2wp.js b/tests/01_01_01-pre_orchid_2wp.js index bc277430..45d5a314 100644 --- a/tests/01_01_01-pre_orchid_2wp.js +++ b/tests/01_01_01-pre_orchid_2wp.js @@ -1,3 +1,3 @@ -const twoWpTests = require('../lib/tests/2wp'); +const twoWpTests = require('../lib/tests/2wp-legacy'); twoWpTests.execute('BTC <=> RSK 2WP (pre-orchid)', () => Runners.hosts.federate.host); diff --git a/tests/02_00_01-2wp.js b/tests/02_00_01-2wp.js index 5e39c8c5..a958346a 100644 --- a/tests/02_00_01-2wp.js +++ b/tests/02_00_01-2wp.js @@ -1,3 +1,3 @@ -const twoWpTests = require('../lib/tests/2wp'); +const twoWpTests = require('../lib/tests/2wp-legacy'); twoWpTests.execute('BTC <=> RSK 2WP', () => Runners.hosts.federate.host); diff --git a/tests/04_00_04-2wp_after_fedchange.js b/tests/04_00_04-2wp_after_fedchange.js index e999abdc..bb884c32 100644 --- a/tests/04_00_04-2wp_after_fedchange.js +++ b/tests/04_00_04-2wp_after_fedchange.js @@ -1,4 +1,4 @@ -const twoWpTests = require('../lib/tests/2wp'); +const twoWpTests = require('../lib/tests/2wp-legacy'); twoWpTests.execute( 'BTC <=> RSK 2WP after federation change',