Skip to content

Commit

Permalink
Deletes 2wp-legacy.js file since its test is already covered.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Oct 30, 2024
1 parent c8d5e3e commit b94b4e9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 104 deletions.
99 changes: 0 additions & 99 deletions lib/tests/2wp-legacy.js

This file was deleted.

3 changes: 0 additions & 3 deletions tests/01_01_01-pre_orchid_2wp.js

This file was deleted.

2 changes: 1 addition & 1 deletion tests/02_00_01-2wp.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const twoWpTests = require('../lib/tests/2wp-legacy');
const twoWpTests = require('../lib/tests/2wp');

twoWpTests.execute('BTC <=> RSK 2WP', () => Runners.hosts.federate.host);
2 changes: 1 addition & 1 deletion tests/04_00_04-2wp_after_fedchange.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const twoWpTests = require('../lib/tests/2wp-legacy');
const twoWpTests = require('../lib/tests/2wp');

twoWpTests.execute(
'BTC <=> RSK 2WP after federation change',
Expand Down

0 comments on commit b94b4e9

Please sign in to comment.